version bump

This commit is contained in:
lucky 2021-11-20 04:18:18 +03:00
parent 52d2641144
commit 539067f8a3
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "me.lucky.wasted"
minSdk 25
targetSdk 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}