Skip to content

Commit

Permalink
chore: bump to 3.3.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu authored Jul 26, 2022
1 parent 108e946 commit 743f8d4
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.3.1

- Fix dialog dismiss crash in specific scenario

# 3.3.0

- Disabled cleartext traffic (`android:usesCleartextTraffic="false"` added to `AndroidManifest.xml`)
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 18
versionCode 19

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

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

Expand Down

0 comments on commit 743f8d4

Please sign in to comment.