Skip to content

Commit 111cd39

Browse files
committed
chore: update the minimum API requirement
Toolbox API is upgraded to 1.1.41749 which comes with new API additions and some deprecations. Kotlin stdlib was also increased to a newer patch version
1 parent 99e7835 commit 111cd39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
toolbox-plugin-api = "1.0.38881"
3-
kotlin = "2.1.0"
2+
toolbox-plugin-api = "1.1.41749"
3+
kotlin = "2.1.10"
44
coroutines = "1.10.1"
55
serialization = "1.8.0"
66
okhttp = "4.12.0"
@@ -9,7 +9,7 @@ marketplace-client = "2.0.46"
99
gradle-wrapper = "0.14.0"
1010
exec = "1.12"
1111
moshi = "1.15.2"
12-
ksp = "2.1.0-1.0.29"
12+
ksp = "2.1.10-1.0.31"
1313
retrofit = "2.11.0"
1414
changelog = "2.2.1"
1515
gettext = "0.7.0"

0 commit comments

Comments
 (0)