Increment Version Code [Resolves #2]
Actually increment the version code, which was something I didnt know I had to do. This resolves issue #2.
This commit is contained in:
parent
6fa698d7eb
commit
2071519414
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ android {
|
||||||
applicationId "org.oxycblt.auxio"
|
applicationId "org.oxycblt.auxio"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
versionCode 120
|
||||||
versionName "1.2.0"
|
versionName "1.2.0"
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
|
Loading…
Reference in a new issue