Bump version

This commit is contained in:
Philipp Heckel 2021-11-17 20:39:03 -05:00
parent b40176c9f4
commit f18d636076
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ google-services.json
playground/
# Release
releases/
app/release/
# built application files

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 5
versionName "1.1.2"
versionCode 6
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"