22activityCompose = " 1.9.3"
33android-minSdk = " 29"
44android-targetSdk = " 34"
5+ androidxCoreVersion = " 1.13.1"
6+ androidxTestVersion = " 1.5.0"
57androidxVersion = " 1.15.0"
68coroutinesVersion = " 1.8.1"
79daggerVersion = " 2.51.1"
10+ desugar_jdk_libs = " 2.1.4"
811gradle = " 8.7.2"
912koinVersion = " 4.0.0"
1013kotlin = " 2.1.0-RC"
@@ -13,7 +16,10 @@ kotlinxSerializationJson = "1.7.1"
1316ksp = " 2.1.0-RC-1.0.27"
1417libpebblecommonVersion = " 0.1.27"
1518errorproneVersion = " 2.26.1"
19+ lifecycleVersion = " 2.8.2"
20+ okioVersion = " 3.9.0"
1621rruleVersion = " 1.0.3"
22+ rules = " 1.5.0"
1723spotbugsVersion = " 4.8.6"
1824atomicfu = " 0.25.0"
1925securityCrypto = " 1.1.0-alpha06"
@@ -55,16 +61,24 @@ jetbrains-kotlinx-atomicfu = { id = "org.jetbrains.kotlinx.atomicfu", version.re
5561[libraries ]
5662androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
5763androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " androidxVersion" }
64+ androidx-core-ktx-v1131 = { module = " androidx.core:core-ktx" , version.ref = " androidxCoreVersion" }
65+ androidx-lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycleVersion" }
66+ androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycleVersion" }
67+ androidx-lifecycle-service = { module = " androidx.lifecycle:lifecycle-service" , version.ref = " lifecycleVersion" }
68+ androidx-rules-v150 = { module = " androidx.test:rules" , version.ref = " rules" }
69+ androidx-runner-v150 = { module = " androidx.test:runner" , version.ref = " androidxTestVersion" }
5870androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidxTest" }
5971androidx-test-runner = { module = " androidx.test:runner" , version.ref = " androidxTest" }
6072androidx-test-monitor = { module = " androidx.test:monitor" , version.ref = " androidxTest" }
6173androidx-security-crypto-ktx = { module = " androidx.security:security-crypto-ktx" , version.ref = " securityCrypto" }
6274androidx-work-runtime-ktx = { module = " androidx.work:work-runtime-ktx" , version.ref = " workManagerVersion" }
6375dagger = { module = " com.google.dagger:dagger" , version.ref = " daggerVersion" }
6476dagger-compiler = { module = " com.google.dagger:dagger-compiler" , version.ref = " daggerVersion" }
77+ desugar_jdk_libs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugar_jdk_libs" }
6578gradle = { module = " com.android.tools.build:gradle" , version.ref = " gradle" }
6679kgp = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
6780errorprone-annotations = { module = " com.google.errorprone:error_prone_annotations" , version.ref = " errorproneVersion" }
81+ okio = { module = " com.squareup.okio:okio" , version.ref = " okioVersion" }
6882rrule = { module = " com.github.PhilJay:RRule" , version.ref = " rruleVersion" }
6983spotbugs-annotations = { module = " com.github.spotbugs:spotbugs-annotations" , version.ref = " spotbugsVersion" }
7084
0 commit comments