|
@@ -17,7 +17,7 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// version codes
|
|
// version codes
|
|
|
-def app_version = "5.0.5"
|
|
|
|
|
|
|
+def app_version = "5.0.5.1"
|
|
|
def beta_suffix = "" // with leading dash
|
|
def beta_suffix = "" // with leading dash
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -96,7 +96,7 @@ android {
|
|
|
vectorDrawables.useSupportLibrary = true
|
|
vectorDrawables.useSupportLibrary = true
|
|
|
applicationId "ch.threema.app"
|
|
applicationId "ch.threema.app"
|
|
|
testApplicationId 'ch.threema.app.test'
|
|
testApplicationId 'ch.threema.app.test'
|
|
|
- versionCode 799
|
|
|
|
|
|
|
+ versionCode 800
|
|
|
versionName "${app_version}${beta_suffix}"
|
|
versionName "${app_version}${beta_suffix}"
|
|
|
resValue "string", "app_name", "Threema"
|
|
resValue "string", "app_name", "Threema"
|
|
|
// package name used for sync adapter - needs to match mime types below
|
|
// package name used for sync adapter - needs to match mime types below
|