Compare commits

...

1 Commits

Author SHA1 Message Date
12f9463e8c Android 2.5.2 2026-02-02 00:07:46 -07:00
3 changed files with 7 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = "com.atridad.ascently"
minSdk = 31
targetSdk = 36
versionCode = 51
versionName = "2.5.1"
versionCode = 52
versionName = "2.5.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -10,19 +10,19 @@ androidxTestExt = "1.3.0"
androidxTestRunner = "1.7.0"
androidxTestRules = "1.7.0"
lifecycleRuntimeKtx = "2.10.0"
activityCompose = "1.12.2"
composeBom = "2025.12.01"
activityCompose = "1.12.3"
composeBom = "2026.01.01"
room = "2.8.4"
navigation = "2.9.6"
navigation = "2.9.7"
viewmodel = "2.10.0"
kotlinxSerialization = "1.9.0"
kotlinxSerialization = "1.10.0"
kotlinxCoroutines = "1.10.2"
coil = "2.7.0"
ksp = "2.2.20-2.0.3"
exifinterface = "1.4.2"
healthConnect = "1.1.0"
detekt = "1.23.8"
spotless = "8.1.0"
spotless = "8.2.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }