File tree Expand file tree Collapse file tree 3 files changed +30
-25
lines changed
Expand file tree Collapse file tree 3 files changed +30
-25
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2+
13plugins {
24 alias(libs.plugins.android)
35 alias(libs.plugins.kotlin)
@@ -18,8 +20,8 @@ android {
1820 applicationId = " xyz.teamgravity.todo"
1921 minSdk = libs.versions.sdk.min.get().toInt()
2022 targetSdk = libs.versions.sdk.target.get().toInt()
21- versionCode = 19
22- versionName = " 1.2.8 "
23+ versionCode = 20
24+ versionName = " 1.2.9 "
2325 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2426
2527 vectorDrawables {
@@ -60,12 +62,16 @@ android {
6062 targetCompatibility = JavaVersion .VERSION_17
6163 }
6264
63- kotlinOptions {
64- jvmTarget = libs.versions.jvm.target.get()
65- freeCompilerArgs + = listOf (
66- " -opt-in=androidx.compose.material3.ExperimentalMaterial3Api" ,
67- " -opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
68- )
65+ kotlin {
66+ target {
67+ compilerOptions {
68+ jvmTarget.set(JvmTarget .JVM_17 )
69+ freeCompilerArgs.addAll(
70+ " -opt-in=androidx.compose.material3.ExperimentalMaterial3Api" ,
71+ " -opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
72+ )
73+ }
74+ }
6975 }
7076
7177 buildFeatures {
Original file line number Diff line number Diff line change 11[versions ]
22
3- compose = " 2025.06.01 "
3+ compose = " 2025.07.00 "
44compose-activity = " 1.10.1"
5- compose-lifecycle = " 2.9.1 "
6- compose-viewmodel = " 2.9.1 "
5+ compose-lifecycle = " 2.9.2 "
6+ compose-viewmodel = " 2.9.2 "
77compose-hilt = " 1.2.0"
88compose-paging = " 3.3.6"
99core = " 1.16.0"
1010splash = " 1.0.1"
1111shortcut = " 1.1.0"
1212collections = " 0.4.0"
13- firebase = " 33.15 .0"
14- hilt = " 2.56.2 "
13+ firebase = " 33.16 .0"
14+ hilt = " 2.57 "
1515coroutines = " 1.10.2"
1616room = " 2.7.2"
1717destinations = " 2.2.0"
1818timber = " 5.0.1"
19- gravity-core = " 1.0.25 "
20- gravity-core-compose = " 1.0.26 "
19+ gravity-core = " 1.0.33 "
20+ gravity-core-compose = " 1.0.27 "
2121
22- android = " 8.10.1 "
23- kotlin = " 2.1.21 "
24- ksp = " 2.1.21 -2.0.2"
25- gms = " 4.4.2 "
26- crashlytics = " 3.0.4 "
22+ android = " 8.12.0 "
23+ kotlin = " 2.2.0 "
24+ ksp = " 2.2.0 -2.0.2"
25+ gms = " 4.4.3 "
26+ crashlytics = " 3.0.5 "
2727
2828sdk-min = " 26"
29- sdk-compile = " 35"
30- sdk-target = " 35"
31- jvm-target = " 17"
29+ sdk-compile = " 36"
30+ sdk-target = " 36"
3231
3332[libraries ]
3433
Original file line number Diff line number Diff line change 1- # Fri Jun 06 22:25:53 UZT 2025
1+ # Mon Aug 04 23: 22:22 UZT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments