had to change the version code :p
This commit is contained in:
parent
4c49438461
commit
380189d503
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -8,4 +8,5 @@
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
|
/app/release
|
||||||
|
/app/build
|
||||||
|
|
|
@ -11,7 +11,7 @@ android {
|
||||||
applicationId "me.brysonsteck.wiimmfiwatcher"
|
applicationId "me.brysonsteck.wiimmfiwatcher"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.1"
|
versionName "1.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Reference in a new issue