upgrade agp to 8.1.0

pull/799/head
Sue N. Cooper 2 years ago
parent 50b13ca2e1
commit 56bc1ac653
  1. 2
      android/build.gradle
  2. 8
      android/ffmpeg-kit-android-lib/build.gradle
  3. 2
      android/gradle/wrapper/gradle-wrapper.properties
  4. 8
      tools/android/build.gradle
  5. 8
      tools/android/build.lts.gradle

@ -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…
Cancel
Save