This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 772614a committed Jun 13, 2024 · 6 / 6 · Verified
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
.envrc
2
2
.gradle
3
3
.idea
4
+ .kotlin
4
5
build
5
6
debug
6
7
local.properties
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
plugins {
3
- id ' com.android.application' version ' 8.4.2 ' apply false
4
- id ' com.android.library' version ' 8.4.2 ' apply false
3
+ id ' com.android.application' version ' 8.5.0 ' apply false
4
+ id ' com.android.library' version ' 8.5.0 ' apply false
5
5
id ' org.jetbrains.dokka' version ' 1.9.20' apply false
6
6
id ' org.jetbrains.kotlin.android' version ' 2.0.0' apply false
7
7
}
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.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.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