Skip to content

Commit

Permalink
Bumped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Dec 14, 2020
1 parent fab3883 commit 4b9637a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.1.2
======
- Required updates to target API level 30


3.1.1
======
- Fixes for event handling
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
versionCode 1_03_01_01_01
versionName "3.1.1"
versionCode 1_03_01_02_01
versionName "3.1.2"

vectorDrawables.useSupportLibrary = false // no need for this since we're min SDK=21

Expand Down

0 comments on commit 4b9637a

Please sign in to comment.