Change versionCode

This commit is contained in:
jacques 2022-01-28 16:47:55 +01:00
parent ca9c95c9e0
commit f40426235d

View file

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