File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
3
3
4
4
[versions ]
5
- android_gradle_plugin = " 8.10.0 "
5
+ android_gradle_plugin = " 8.10.1 "
6
6
7
7
[libraries ]
8
8
android_gradle_plugin = { module = " com.android.tools.build:gradle" , version.ref = " android_gradle_plugin" }
9
9
10
10
[plugins ]
11
11
android_library = { id = " com.android.library" , version.ref = " android_gradle_plugin" }
12
- maven_publish = { id = " com.vanniktech.maven.publish" , version = " 0.31 .0" }
12
+ maven_publish = { id = " com.vanniktech.maven.publish" , version = " 0.32 .0" }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -all.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments