Skip to content

Commit b719882

Browse files
authored
Google Play compliance (#635)
1 parent e900b3a commit b719882

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

gradle/libs.versions.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[versions]
22
versionName = "0.6.8"
3-
versionCode = "190"
4-
targetSdk = "34"
5-
compileSdk = "35"
3+
versionCode = "191"
4+
targetSdk = "36"
5+
compileSdk = "36"
66
minSdk = "24"
7-
agp = "8.9.1"
8-
kotlin = "2.1.20"
9-
ksp = "2.1.20-1.0.32" # Should match kotlin version
10-
appcompat = "1.7.0"
7+
agp = "8.13.2"
8+
kotlin = "2.2.21"
9+
ksp = "2.2.21-2.0.4" # Should match kotlin version
10+
appcompat = "1.7.1"
1111
composeCompiler = "1.5.7"
12-
composeBom = "2025.03.01"
13-
composeActivity = "1.10.1"
14-
composeJunit = "1.7.8"
15-
lifecycleViewModel = "2.8.7"
16-
navigation = "2.8.9"
12+
composeBom = "2026.02.00"
13+
composeActivity = "1.12.4"
14+
composeJunit = "1.10.3"
15+
lifecycleViewModel = "2.10.0"
16+
navigation = "2.9.7"
1717
paging = "3.1.1" # Do not upgrade!
1818
pagingCompose = "1.0.0-alpha18" # Do not upgrade!
19-
gson = "2.12.1"
20-
retrofit = "2.11.0"
21-
okhttp = "5.0.0-alpha.14"
22-
koin = "4.0.4"
23-
koinCompose = "4.0.4"
19+
gson = "2.13.2"
20+
retrofit = "3.0.0"
21+
okhttp = "5.3.2"
22+
koin = "4.1.1"
23+
koinCompose = "4.1.1"
2424
rxAndroidVersion = "3.0.2"
25-
rxJavaVersion = "3.1.10"
25+
rxJavaVersion = "3.1.12"
2626
rxKotlinVersion = "3.0.1"
2727
rxNetworkVersion = "4.0.0"
28-
material = "1.12.0"
28+
material = "1.13.0"
2929
junit = "4.13.2"
30-
mockk = "1.13.17"
30+
mockk = "1.14.9"
3131
mockito = "2.2.0"
32-
coreKtx = "1.15.0"
33-
crypto = "1.0.0"
34-
onnx = "1.21.0"
35-
workManager = "2.10.0"
36-
room = "2.6.1"
32+
coreKtx = "1.17.0"
33+
crypto = "1.1.0"
34+
onnx = "1.24.1"
35+
workManager = "2.11.1"
36+
room = "2.8.4"
3737
timber = "5.0.1"
38-
exif = "1.4.0"
39-
apacheStringUtils = "3.17.0"
38+
exif = "1.4.2"
39+
apacheStringUtils = "3.20.0"
4040
composeGestures = "4.0.0"
4141
crop = "0.1.1"
4242
mvi = "1.0.2"
4343
preferences = "1.0.1"
4444
dayNightSwitch = "1.0.0"
4545
catppuccin = "0.1.2"
46-
turbine = "1.2.0"
47-
roboelectric = "4.14.1"
48-
testCoroutines = "1.10.1"
46+
turbine = "1.2.1"
47+
roboelectric = "4.16.1"
48+
testCoroutines = "1.10.2"
4949
mediaPipeGenerator = "0.10.21"
50-
serialization = "1.8.1"
50+
serialization = "1.10.0"
5151

5252
[libraries]
5353
android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "agp" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Mar 15 08:34:28 EET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)