Skip to content

Commit 3ad7a0a

Browse files
committed
Update to Android Gradle plugin version 8.8.1
1 parent d02dfe5 commit 3ad7a0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all
22
// sub-projects/modules.
33
plugins {
4-
id("com.android.application") version "8.8.0" apply false
4+
id("com.android.application") version "8.8.1" apply false
55
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
66

77
// com.chaquo.python is declared in settings.gradle.kts, because dynamic versions

product/gradle-plugin/src/test/integration/data/base/8.8/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The test script uses this to set JAVA_HOME.
22
chaquopy.java.version=21
33

4-
agpVersion=8.8.0
4+
agpVersion=8.8.1
55
kotlinVersion=2.0.0
66

77
# These variables will be filled in by the test script.

server/pypi/pkgtest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
mavenCentral()
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:8.8.0'
18+
classpath 'com.android.tools.build:gradle:8.8.1'
1919
classpath "com.chaquo.python:gradle:" + (chaquopyVersion ?: "+")
2020
}
2121
}

0 commit comments

Comments
 (0)