|
@@ -13,7 +13,7 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// version codes
|
|
// version codes
|
|
|
-def app_version = "5.0.3"
|
|
|
|
|
|
|
+def app_version = "5.0.3.1"
|
|
|
def beta_suffix = "" // with leading dash
|
|
def beta_suffix = "" // with leading dash
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -92,7 +92,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 784
|
|
|
|
|
|
|
+ versionCode 785
|
|
|
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
|