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
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.7.3 " apply false
6
- id(" com.android.library" ) version " 8.7.3 " apply false
5
+ id(" com.android.application" ) version " 8.8.0 " apply false
6
+ id(" com.android.library" ) version " 8.8.0 " apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" androidx.navigation.safeargs" ) version " 2.8.5" apply false
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.10 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments