Update Version Number and App-ID

This commit is contained in:
Christopher Beckmann 2018-09-05 12:51:29 +02:00
commit 268cfbeb59

View file

@ -5,11 +5,11 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "org.secuso.privacyfriendlybreakreminder"
applicationId "org.secuso.privacyfriendlypausinghealthily"
minSdkVersion 21
targetSdkVersion 27
versionCode 4
versionName "2.2"
versionCode 1
versionName "1.0"
vectorDrawables.useSupportLibrary = true
}
lintOptions {