Procházet zdrojové kódy

Add commit number to version name in debug version

len před 9 roky
rodič
revize
1844b8c5a2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -51,6 +51,7 @@ android {
 
     buildTypes {
         debug {
+            versionNameSuffix ".${getCommitCount()}"
             applicationIdSuffix ".debug"
         }
         release {