Skip to content

impl: support for Toolbox 2.6.3 #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
  • Loading branch information
fioan89 committed May 26, 2025
commit 111cd39951719a2a187d61f898c78aa0d343126e
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
toolbox-plugin-api = "1.0.38881"
kotlin = "2.1.0"
toolbox-plugin-api = "1.1.41749"
kotlin = "2.1.10"
coroutines = "1.10.1"
serialization = "1.8.0"
okhttp = "4.12.0"
Expand All @@ -9,7 +9,7 @@ marketplace-client = "2.0.46"
gradle-wrapper = "0.14.0"
exec = "1.12"
moshi = "1.15.2"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.31"
retrofit = "2.11.0"
changelog = "2.2.1"
gettext = "0.7.0"
Expand Down