File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ android-compile-sdk = "35"
33android-min-sdk = " 28"
44android-build-tools = " 35.0.0"
55android-ndk = " 27.0.12077973"
6- agp = " 8.2.0 "
7- kotlin = " 1.9.0 "
6+ agp = " 8.5.2 "
7+ kotlin = " 1.9.23 "
88jetbrainsKotlinJvm = " 1.9.0"
99kotlinxCoroutinesCore = " 1.8.1"
1010rootbeerLib = " 0.1.0"
Original file line number Diff line number Diff line change 11# Tue Jul 30 14:14:30 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk17
Original file line number Diff line number Diff line change 11plugins {
2- libs.plugins.android.library
3- libs.plugins.jetbrains.kotlin.android
2+ alias( libs.plugins.android.library)
3+ alias( libs.plugins.jetbrains.kotlin.android)
44 id(" maven-publish" )
5- signing
65}
76
87android {
@@ -139,8 +138,3 @@ publishing {
139138 }
140139 }
141140}
142-
143- signing {
144- setRequired({ isReleaseBuild() })
145- sign(publishing.publications[" release" ])
146- }
You can’t perform that action at this time.
0 commit comments