Skip to content

Commit fc0ff8b

Browse files
committed
update dependencies
1 parent d05076e commit fc0ff8b

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
extra["gradleVersion"] = "8.3"
2+
extra["gradleVersion"] = "8.5"
33
repositories {
44
google()
55
mavenCentral()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android.useAndroidX=true
2222
android.enableJetifier=false
2323

2424
GROUP=com.pnuema.android
25-
VERSION_NAME=2.11.0
25+
VERSION_NAME=2.12.0
2626

2727
POM_NAME=SaveStateObserver
2828
POM_ARTIFACT_ID=savestateobserver

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
22
#libs
33
kotlinx-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"
66
androidx-startup = "1.1.1"
77
androidx-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"
1010
junit = "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"
1515
tomlChecker = "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]
2020
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }

savestateobserver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1313
group = "com.pnuema.android"
1414

1515
android {

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id("com.gradle.enterprise") version "3.13.4"
12+
id("com.gradle.enterprise") version "3.16"
1313
}
1414

1515
dependencyResolutionManagement {
@@ -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")

0 commit comments

Comments
 (0)