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/ playground/
# Release # Release
releases/
app/release/ app/release/
# built application files # built application files

View file

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