File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-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 sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 8.1.4 ' apply false
4- id ' com.android.library' version ' 8.1.4 ' apply false
3+ id ' com.android.application' version ' 8.2.0 ' apply false
4+ id ' com.android.library' version ' 8.2.0 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.7.21' apply false
66}
77ext. kotlin_version = ' 1.7.21'
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ kotlin.code.style=official
2323android.nonTransitiveRClass =true
2424android.defaults.buildfeatures.buildconfig =true
2525android.nonFinalResIds =false
26+ org.gradle.configuration-cache =true
Original file line number Diff line number Diff line change 11# Fri Jan 27 19:13:42 YEKT 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments