Threema před 3 roky
rodič
revize
8471378cfb
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

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