mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Downgrade versionCode and versionName
This commit is contained in:
parent
86daad92ab
commit
942afaabda
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ android {
|
|||
applicationId "net.foucry.pilldroid"
|
||||
minSdkVersion defaultMinSdkVersion
|
||||
targetSdkVersion defaultTargetSdkVersion
|
||||
versionCode 101
|
||||
versionName "v0.101-beta"
|
||||
versionCode 100
|
||||
versionName "v0.100-beta"
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue