Skip to content

Commit

Permalink
Bump SDK version to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CheZhongSdk committed Jun 26, 2024
1 parent 842c29f commit 4ea1410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/Example-Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {

ext.zettle_version = '2.15.0'
ext.zettle_version = '2.16.1'

apply from: 'zettleSDK.gradle'

Expand Down
2 changes: 1 addition & 1 deletion Examples/Example-Kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {

ext.kotlin_version = '1.8.22'
ext.zettle_version = '2.15.0'
ext.zettle_version = '2.16.1'

apply from: 'zettleSDK.gradle'

Expand Down

0 comments on commit 4ea1410

Please sign in to comment.