Skip to content

Commit

Permalink
chore: bump to 3.2.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu authored Jul 13, 2022
1 parent 7966fea commit 573cb95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 3.2.0

- Add `TOKEN_TIMEOUT` error triggered after a certain configured number of seconds elapsed from the token issuance.

# 3.1.2

- Fix checkbox view not dismissible
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ android {
// See https://developer.android.com/studio/publish/versioning
// versionCode must be integer and be incremented by one for every new update
// android system uses this to prevent downgrades
versionCode 16
versionCode 17

// version number visible to the user
// should follow semantic versioning (See https://semver.org)
versionName "3.1.2"
versionName "3.2.0"

buildConfigField 'String', 'VERSION_NAME', "\"${defaultConfig.versionName}_${defaultConfig.versionCode}\""

Expand Down

0 comments on commit 573cb95

Please sign in to comment.