reset the version code to 1 since we changed appId

This commit is contained in:
Matthieu 2021-05-12 23:36:26 +02:00
parent 787a5fa646
commit 5ffd71f957
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ android {
applicationId "org.pixeldroid.app"
minSdkVersion 23
targetSdkVersion 30
versionCode 11
versionCode 1
versionName "1.0.beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"