upgrade agp to 8.1.0

This commit is contained in:
Sue N. Cooper 2023-08-05 17:39:51 +03:00
parent 50b13ca2e1
commit 56bc1ac653
5 changed files with 17 additions and 11 deletions

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.3.0' classpath 'com.android.tools.build:gradle:8.1.0'
} }
} }

View File

@ -1,7 +1,9 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
namespace 'com.arthenica.ffmpegkit' if (project.android.hasProperty("namespace")) {
namespace 'com.arthenica.ffmpegkit'
}
compileSdk 33 compileSdk 33
ndkVersion "22.1.7171670" ndkVersion "22.1.7171670"
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
dependencies { dependencies {
api 'com.arthenica:smart-exception-java:0.2.1' api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "androidx.test.ext:junit:1.1.5"
testImplementation 'org.json:json:20220320' testImplementation 'org.json:json:20230618'
} }

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@ -1,7 +1,9 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
namespace 'com.arthenica.ffmpegkit' if (project.android.hasProperty("namespace")) {
namespace 'com.arthenica.ffmpegkit'
}
compileSdk 33 compileSdk 33
ndkVersion "22.1.7171670" ndkVersion "22.1.7171670"
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
dependencies { dependencies {
api 'com.arthenica:smart-exception-java:0.2.1' api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "androidx.test.ext:junit:1.1.5"
testImplementation 'org.json:json:20220320' testImplementation 'org.json:json:20230618'
} }

View File

@ -1,7 +1,9 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
namespace 'com.arthenica.ffmpegkit' if (project.android.hasProperty("namespace")) {
namespace 'com.arthenica.ffmpegkit'
}
compileSdk 33 compileSdk 33
ndkVersion "22.1.7171670" ndkVersion "22.1.7171670"
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
dependencies { dependencies {
api 'com.arthenica:smart-exception-java:0.2.1' api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "androidx.test.ext:junit:1.1.5"
testImplementation 'org.json:json:20220320' testImplementation 'org.json:json:20230618'
} }