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/
|
playground/
|
||||||
|
|
||||||
# Release
|
# Release
|
||||||
|
releases/
|
||||||
app/release/
|
app/release/
|
||||||
|
|
||||||
# built application files
|
# built application files
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue