Skip to content

Commit 4bf5fbc

Browse files
committed
update all libraries
1 parent bf63090 commit 4bf5fbc

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

build-logic/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
org.gradle.parallel=true
1+
#org.gradle.parallel=true
22
org.gradle.caching=true
33
org.gradle.configureondemand=true

gradle/libs.versions.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[versions]
2-
androidDesugarJdkLibs = "2.1.4"
3-
kotlin = "2.1.0"
4-
androidGradlePlugin = "8.8.1"
5-
androidTools = "31.8.1"
2+
androidDesugarJdkLibs = "2.1.5"
3+
kotlin = "2.2.10"
4+
androidGradlePlugin = "8.12.1"
5+
androidTools = "31.12.1"
66

77
minSdk = "28"
88
targetSdk = "36"
99
compileSdk = "36"
1010
versionName = "1.77"
1111
versionCode = "24"
1212

13-
ktx = "1.15.0"
13+
ktx = "1.17.0"
1414
material = "1.12.0"
15-
appcompat = "1.7.0"
16-
immutableCollection = "0.3.5"
17-
lifecycle = "2.8.7"
18-
coroutines = "1.9.0"
15+
appcompat = "1.7.1"
16+
immutableCollection = "0.4.0"
17+
lifecycle = "2.9.2"
18+
coroutines = "1.10.2"
1919

20-
composeBom = "2025.02.00"
21-
composeGradle = "1.7.0"
22-
composeNavigation = "2.8.7"
23-
accompanist = "0.30.0"
24-
coil = "3.0.2"
25-
composeActivity = "1.10.0"
20+
composeBom = "2025.08.00"
21+
composeGradle = "1.8.2"
22+
composeNavigation = "2.9.3"
23+
accompanist = "0.36.0"
24+
coil = "3.3.0"
25+
composeActivity = "1.10.1"
2626

27-
koin = "4.0.0"
28-
koinKsp = "1.4.0"
27+
koin = "4.1.0"
28+
koinKsp = "2.1.0"
2929

30-
ktor = "3.0.3"
31-
okhttp3 = "4.12.0"
30+
ktor = "3.2.3"
31+
okhttp3 = "5.1.0"
3232

3333
junit = "4.13.2"
34-
androidxJunit = "1.2.1"
35-
espresso = "3.6.1"
36-
robolectric = "4.9"
37-
androidxTest = "1.6.1"
38-
39-
room = "2.6.1"
40-
ksp = "2.1.0-1.0.28"
41-
mockito = "2.19.0"
42-
vkompose = "0.7"
43-
serialization = "1.7.3"
34+
androidxJunit = "1.3.0"
35+
espresso = "3.7.0"
36+
robolectric = "4.16"
37+
androidxTest = "1.7.0"
38+
39+
room = "2.7.2"
40+
ksp = "2.2.10-2.0.2"
41+
mockito = "5.19.0"
42+
vkompose = "0.7.1"
43+
serialization = "1.9.0"
4444
paging = "3.3.6"
45-
slf4j = "1.7.9"
46-
coroutineTest = "1.9.0"
45+
slf4j = "2.0.17"
46+
coroutineTest = "1.10.2"
4747
[libraries]
4848
android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
4949
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Feb 15 09:17:21 MSK 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)