File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
2- extra[" gradleVersion" ] = " 8.3 "
2+ extra[" gradleVersion" ] = " 8.5 "
33 repositories {
44 google()
55 mavenCentral()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android.useAndroidX=true
2222android.enableJetifier =false
2323
2424GROUP =com.pnuema.android
25- VERSION_NAME =2.11 .0
25+ VERSION_NAME =2.12 .0
2626
2727POM_NAME =SaveStateObserver
2828POM_ARTIFACT_ID =savestateobserver
Original file line number Diff line number Diff line change 11[versions ]
22# libs
33kotlinx-serialization = " 1.5.1"
4- vanniktech-maven-publish = " 0.25.2 "
5- evalex = " 3.0.5 "
4+ vanniktech-maven-publish = " 0.25.3 "
5+ evalex = " 3.1.0 "
66androidx-startup = " 1.1.1"
77androidx-appcompat = " 1.6.1"
8- androidx-fragment-ktx = " 1.6.1 "
9- android-material = " 1.9 .0"
8+ androidx-fragment-ktx = " 1.6.2 "
9+ android-material = " 1.10 .0"
1010junit = " 4.13.2"
1111
1212# plugins
13- kotlin = " 1.9.0 "
14- gradlePlugins-agp = " 8.1.1 "
13+ kotlin = " 1.9.21 "
14+ gradlePlugins-agp = " 8.2.0 "
1515tomlChecker = " 0.47.0"
16- gradleCacheFix = " 2.7.1 "
17- dokka = " 1.8.20 "
16+ gradleCacheFix = " 3.0 "
17+ dokka = " 1.9.10 "
1818
1919[libraries ]
2020dokka-gradle = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version.ref = " dokka" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 alias(libs.plugins.toml.version.checker)
1010}
1111
12- version = " 2.11 .0"
12+ version = " 2.12 .0"
1313group = " com.pnuema.android"
1414
1515android {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pluginManagement {
99}
1010
1111plugins {
12- id(" com.gradle.enterprise" ) version " 3.13.4 "
12+ id(" com.gradle.enterprise" ) version " 3.16 "
1313}
1414
1515dependencyResolutionManagement {
@@ -43,7 +43,7 @@ if (cacheUrl != null) {
4343 isAllowUntrustedServer = true
4444 isAllowInsecureProtocol = false
4545 if (isEnabled) {
46- println (" Using remote build cache: " + cacheUrl)
46+ println (" Using remote build cache: $ cacheUrl" )
4747 }
4848 credentials {
4949 username = if (System .getenv(" REMOTE_CACHE_USER" ) == null ) extra[" REMOTE_CACHE_USER" ] as String else System .getenv(" REMOTE_CACHE_USER" )
You can’t perform that action at this time.
0 commit comments