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:
OxygenCobalt 2021-02-15 17:32:53 -07:00
parent 6fa698d7eb
commit 2071519414
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -11,7 +11,7 @@ android {
applicationId "org.oxycblt.auxio"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionCode 120
versionName "1.2.0"
buildFeatures {