mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +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"
|
applicationId "net.foucry.pilldroid"
|
||||||
minSdkVersion defaultMinSdkVersion
|
minSdkVersion defaultMinSdkVersion
|
||||||
targetSdkVersion defaultTargetSdkVersion
|
targetSdkVersion defaultTargetSdkVersion
|
||||||
versionCode 101
|
versionCode 100
|
||||||
versionName "v0.101-beta"
|
versionName "v0.100-beta"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue