mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Change versionName and versionCode
This commit is contained in:
parent
ed3a30f360
commit
d64fb4d322
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ android {
|
|||
applicationId "net.foucry.pilldroid"
|
||||
minSdkVersion defaultMinSdkVersion
|
||||
targetSdkVersion defaultTargetSdkVersion
|
||||
versionCode 20
|
||||
versionName "v0.2.0"
|
||||
versionCode 200
|
||||
versionName "v0.200-beta"
|
||||
multiDexEnabled true
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue