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