Bump version
This commit is contained in:
parent
b40176c9f4
commit
f18d636076
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@ google-services.json
|
|||
playground/
|
||||
|
||||
# Release
|
||||
releases/
|
||||
app/release/
|
||||
|
||||
# built application files
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue