1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2025-02-08 15:48:41 +01:00

Merge branch 'reset_version_code' into 'master'

Reset the version code to 1 since we changed appId

See merge request pixeldroid/PixelDroid!344
This commit is contained in:
Matthieu 2021-05-12 21:46:38 +00:00
commit bd982d60b7

View File

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