File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ android-compile-sdk = "35"
3
3
android-min-sdk = " 28"
4
4
android-build-tools = " 35.0.0"
5
5
android-ndk = " 27.0.12077973"
6
- agp = " 8.2.0 "
7
- kotlin = " 1.9.0 "
6
+ agp = " 8.5.2 "
7
+ kotlin = " 1.9.23 "
8
8
jetbrainsKotlinJvm = " 1.9.0"
9
9
kotlinxCoroutinesCore = " 1.8.1"
10
10
rootbeerLib = " 0.1.0"
Original file line number Diff line number Diff line change 1
1
# Tue Jul 30 14:14:30 CEST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
plugins {
2
- libs.plugins.android.library
3
- libs.plugins.jetbrains.kotlin.android
2
+ alias( libs.plugins.android.library)
3
+ alias( libs.plugins.jetbrains.kotlin.android)
4
4
id(" maven-publish" )
5
5
signing
6
6
}
You can’t perform that action at this time.
0 commit comments