File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
product/gradle-plugin/src/test/integration/data/base/8.8 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all
2
2
// sub-projects/modules.
3
3
plugins {
4
- id(" com.android.application" ) version " 8.8.0 " apply false
4
+ id(" com.android.application" ) version " 8.8.1 " apply false
5
5
id(" org.jetbrains.kotlin.android" ) version " 1.9.0" apply false
6
6
7
7
// com.chaquo.python is declared in settings.gradle.kts, because dynamic versions
Original file line number Diff line number Diff line change 1
1
# The test script uses this to set JAVA_HOME.
2
2
chaquopy.java.version =21
3
3
4
- agpVersion =8.8.0
4
+ agpVersion =8.8.1
5
5
kotlinVersion =2.0.0
6
6
7
7
# These variables will be filled in by the test script.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
15
15
mavenCentral()
16
16
}
17
17
dependencies {
18
- classpath ' com.android.tools.build:gradle:8.8.0 '
18
+ classpath ' com.android.tools.build:gradle:8.8.1 '
19
19
classpath " com.chaquo.python:gradle:" + (chaquopyVersion ?: " +" )
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments