File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
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 sub-projects/modules.
2
2
3
3
plugins {
4
- id ' com.android.application' version ' 8.8.2 ' apply false
5
- id ' com.android.library' version ' 8.8.2 ' apply false
4
+ id ' com.android.application' version ' 8.9.0 ' apply false
5
+ id ' com.android.library' version ' 8.9.0 ' apply false
6
6
id ' org.jetbrains.kotlin.android' version ' 2.0.20' apply false
7
7
id ' com.google.devtools.ksp' version ' 2.0.10-1.0.24' apply false
8
8
id ' org.jetbrains.kotlin.plugin.compose' version ' 2.0.20' apply false
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
// implementation localGroovy()
10
10
implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
11
11
// 添加了这个,就可以看 Android Gradle 插件的源码了
12
- implementation ' com.android.tools.build:gradle-api:8.8.2 '
12
+ implementation ' com.android.tools.build:gradle-api:8.9.0 '
13
13
// implementation "org.jetbrains.kotlin:kotlin-script-runtime:1.3.40"
14
14
implementation ' com.google.code.gson:gson:2.11.0'
15
15
implementation ' com.android.tools:common:31.7.3'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -all.zip
You can’t perform that action at this time.
0 commit comments