File tree Expand file tree Collapse file tree 8 files changed +30
-29
lines changed Expand file tree Collapse file tree 8 files changed +30
-29
lines changed Original file line number Diff line number Diff line change
1
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
+
1
3
plugins {
2
4
alias(libs.plugins.android)
3
5
alias(libs.plugins.kotlin)
@@ -60,11 +62,15 @@ android {
60
62
targetCompatibility = JavaVersion .VERSION_17
61
63
}
62
64
63
- kotlinOptions {
64
- jvmTarget = libs.versions.jvm.target.get()
65
- freeCompilerArgs + = listOf (
66
- " -opt-in=androidx.compose.material3.ExperimentalMaterial3Api"
67
- )
65
+ kotlin {
66
+ target {
67
+ compilerOptions {
68
+ jvmTarget.set(JvmTarget .JVM_17 )
69
+ freeCompilerArgs.addAll(
70
+ " -opt-in=androidx.compose.material3.ExperimentalMaterial3Api"
71
+ )
72
+ }
73
+ }
68
74
}
69
75
70
76
buildFeatures {
Original file line number Diff line number Diff line change 75
75
<string name =" cd_add_note" >Add note</string >
76
76
<string name =" cd_back_button" >Go back</string >
77
77
<string name =" cd_done_button" >Save note</string >
78
- <string name =" cd_delete_button" >Delete note</string >
79
78
<string name =" cd_app_icon" >App icon</string >
80
79
<string name =" cd_company_logo" >Company logo</string >
81
80
<string name =" cd_user_support" >User support</string >
Original file line number Diff line number Diff line change 76
76
<string name =" cd_add_note" >Добавить заметку</string >
77
77
<string name =" cd_back_button" >Назад</string >
78
78
<string name =" cd_done_button" >Сохранить заметку</string >
79
- <string name =" cd_delete_button" >Удалить заметку</string >
80
79
<string name =" cd_app_icon" >Иконка приложения</string >
81
80
<string name =" cd_company_logo" >Логотип компании</string >
82
81
<string name =" cd_user_support" >Поддержка пользователей</string >
Original file line number Diff line number Diff line change 76
76
<string name =" cd_add_note" >Eslatma qo\'shish</string >
77
77
<string name =" cd_back_button" >Orqaga qaytish</string >
78
78
<string name =" cd_done_button" >Eslatmani saqlash</string >
79
- <string name =" cd_delete_button" >Eslatmani o\'chirish</string >
80
79
<string name =" cd_app_icon" >Dastur belgisi</string >
81
80
<string name =" cd_company_logo" >Kompaniya emblemasi</string >
82
81
<string name =" cd_user_support" >Foydalanuvchilarga yordam berish</string >
Original file line number Diff line number Diff line change 76
76
<string name =" cd_add_note" >Add note</string >
77
77
<string name =" cd_back_button" >Go back</string >
78
78
<string name =" cd_done_button" >Save note</string >
79
- <string name =" cd_delete_button" >Delete note</string >
80
79
<string name =" cd_app_icon" >App icon</string >
81
80
<string name =" cd_company_logo" >Company logo</string >
82
81
<string name =" cd_user_support" >User support</string >
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
- compose = " 2025.06.01 "
3
+ compose = " 2025.07.00 "
4
4
compose-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 "
7
7
compose-hilt = " 1.2.0"
8
8
compose-paging = " 3.3.6"
9
9
core = " 1.16.0"
10
10
splash = " 1.0.1"
11
11
shortcut = " 1.1.0"
12
- firebase = " 33.15 .0"
13
- hilt = " 2.56.2 "
12
+ firebase = " 33.16 .0"
13
+ hilt = " 2.57 "
14
14
hilt-workmanager = " 1.2.0"
15
15
hilt-compiler = " 1.2.0"
16
- workmanager = " 2.10.2 "
16
+ workmanager = " 2.10.3 "
17
17
coroutines = " 1.10.2"
18
18
room = " 2.7.2"
19
19
destinations = " 2.2.0"
20
20
timber = " 5.0.1"
21
- gravity-core = " 1.0.25 "
22
- gravity-core-compose = " 1.0.26 "
23
- gravity-pinlock = " 1.0.6 "
21
+ gravity-core = " 1.0.33 "
22
+ gravity-core-compose = " 1.0.27 "
23
+ gravity-pinlock = " 1.0.7 "
24
24
25
- android = " 8.10.1 "
26
- kotlin = " 2.1.21 "
27
- ksp = " 2.1.21 -2.0.2"
28
- gms = " 4.4.2 "
29
- crashlytics = " 3.0.4 "
25
+ android = " 8.12.0 "
26
+ kotlin = " 2.2.0 "
27
+ ksp = " 2.2.0 -2.0.2"
28
+ gms = " 4.4.3 "
29
+ crashlytics = " 3.0.5 "
30
30
31
31
sdk-min = " 26"
32
- sdk-compile = " 35"
33
- sdk-target = " 35"
34
- jvm-target = " 17"
32
+ sdk-compile = " 36"
33
+ sdk-target = " 36"
35
34
36
35
[libraries ]
37
36
Original file line number Diff line number Diff line change 1
- # Fri Jun 06 12:29:54 UZT 2025
1
+ # Mon Aug 04 22:18:47 UZT 2025
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments