Skip to content

Commit

Permalink
chore: upgrade gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Jan 31, 2025
1 parent edf8d77 commit 229ce89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crypto-ffi/bindings/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.0"
kotlin = "1.9.21"
app-compat = "1.6.1"
coroutines = "1.7.3"
jna = "5.14.0"
Expand All @@ -13,8 +13,8 @@ android-tools = "8.1.1"
sdk-compile = "34"
sdk-min = "26"
gradle = "8.8"
vanniktech-publish = "0.25.3"
kotlin-gradle = "1.9.0"
vanniktech-publish = "0.30.0"
kotlin-gradle = "1.9.21"

[plugins]
vanniktech-publish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktech-publish" }
Expand Down

0 comments on commit 229ce89

Please sign in to comment.