Skip to content

Commit

Permalink
Update to Android Gradle plugin version 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 2, 2023
1 parent 827c381 commit 94c1cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("com.chaquo.python") version System.getProperty("chaquopyVersion") apply false
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The test script uses this to set JAVA_HOME.
chaquopy.java.version=17

agpVersion=8.1.1
agpVersion=8.1.2

# These variables will be filled in by the test script.
chaquopyRepository=
Expand Down
2 changes: 1 addition & 1 deletion server/pypi/pkgtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "com.chaquo.python:gradle:" + (chaquopyVersion ?: "+")
}
}
Expand Down

0 comments on commit 94c1cc8

Please sign in to comment.