File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
product/gradle-plugin/src/test/integration/data/base/8.11 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all
22// sub-projects/modules.
33plugins {
4- id(" com.android.application" ) version " 8.11.0 " apply false
4+ id(" com.android.application" ) version " 8.11.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
Original file line number Diff line number Diff line change 11# The test script uses this to set JAVA_HOME.
22chaquopy.java.version =21
33
4- agpVersion =8.11.0
4+ agpVersion =8.11.1
55kotlinVersion =2.0.21
66
77# 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 {
1515 mavenCentral()
1616 }
1717 dependencies {
18- classpath ' com.android.tools.build:gradle:8.11.0 '
18+ classpath ' com.android.tools.build:gradle:8.11.1 '
1919 classpath " com.chaquo.python:gradle:" + (chaquopyVersion ?: " +" )
2020 }
2121}
You can’t perform that action at this time.
0 commit comments