Update versionCode

This commit is contained in:
jacques 2022-01-20 19:44:42 +01:00
parent 942afaabda
commit c4514e329f

View file

@ -44,7 +44,7 @@ android {
applicationId "net.foucry.pilldroid" applicationId "net.foucry.pilldroid"
minSdkVersion defaultMinSdkVersion minSdkVersion defaultMinSdkVersion
targetSdkVersion defaultTargetSdkVersion targetSdkVersion defaultTargetSdkVersion
versionCode 100 versionCode 101
versionName "v0.100-beta" versionName "v0.100-beta"
multiDexEnabled true multiDexEnabled true
} }