upgrade agp to 8.1.0
This commit is contained in:
parent
50b13ca2e1
commit
56bc1ac653
|
@ -4,7 +4,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||
classpath 'com.android.tools.build:gradle:8.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
}
|
||||
compileSdk 33
|
||||
ndkVersion "22.1.7171670"
|
||||
|
||||
|
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
|
|||
|
||||
dependencies {
|
||||
api 'com.arthenica:smart-exception-java:0.2.1'
|
||||
testImplementation "androidx.test.ext:junit:1.1.3"
|
||||
testImplementation 'org.json:json:20220320'
|
||||
testImplementation "androidx.test.ext:junit:1.1.5"
|
||||
testImplementation 'org.json:json:20230618'
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
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
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
}
|
||||
compileSdk 33
|
||||
ndkVersion "22.1.7171670"
|
||||
|
||||
|
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
|
|||
|
||||
dependencies {
|
||||
api 'com.arthenica:smart-exception-java:0.2.1'
|
||||
testImplementation "androidx.test.ext:junit:1.1.3"
|
||||
testImplementation 'org.json:json:20220320'
|
||||
testImplementation "androidx.test.ext:junit:1.1.5"
|
||||
testImplementation 'org.json:json:20230618'
|
||||
}
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace 'com.arthenica.ffmpegkit'
|
||||
}
|
||||
compileSdk 33
|
||||
ndkVersion "22.1.7171670"
|
||||
|
||||
|
@ -51,6 +53,6 @@ task javadoc(type: Javadoc) {
|
|||
|
||||
dependencies {
|
||||
api 'com.arthenica:smart-exception-java:0.2.1'
|
||||
testImplementation "androidx.test.ext:junit:1.1.3"
|
||||
testImplementation 'org.json:json:20220320'
|
||||
testImplementation "androidx.test.ext:junit:1.1.5"
|
||||
testImplementation 'org.json:json:20230618'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user