Prechádzať zdrojové kódy

Add commit number to version name in debug version

len 9 rokov pred
rodič
commit
1844b8c5a2
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

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