mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Update versionName and versionCode
This commit is contained in:
parent
5907994ff6
commit
b567b728ae
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ android {
|
|||
applicationId "net.foucry.pilldroid"
|
||||
minSdkVersion defaultMinSdkVersion
|
||||
targetSdkVersion defaultTargetSdkVersion
|
||||
versionCode 200
|
||||
versionName "v0.200-beta"
|
||||
versionCode 201
|
||||
versionName "v0.201-beta"
|
||||
multiDexEnabled true
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue