Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CheZhongSdk committed Aug 10, 2023
1 parent ea56b8a commit 8ee40ac
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.1.1'
ext.zettle_version = '2.1.4'

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.6.0'
ext.zettle_version = '2.1.1'
ext.zettle_version = '2.1.4'

apply from: 'zettleSDK.gradle'

Expand Down

0 comments on commit 8ee40ac

Please sign in to comment.