|
@@ -12,7 +12,7 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// version codes
|
|
// version codes
|
|
|
-def app_version = "4.7"
|
|
|
|
|
|
|
+def app_version = "4.71"
|
|
|
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 735
|
|
|
|
|
|
|
+ versionCode 736
|
|
|
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
|