had to change the version code :p

This commit is contained in:
Bryson Steck 2021-05-18 22:13:53 -06:00
parent 4c49438461
commit 380189d503
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -8,4 +8,5 @@
.externalNativeBuild
.cxx
local.properties
/app/release
/app/build

View file

@ -11,7 +11,7 @@ android {
applicationId "me.brysonsteck.wiimmfiwatcher"
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"