Sfoglia il codice sorgente

Fix F-Droid not recognizing update (#287)

Jozef Hollý 9 anni fa
parent
commit
af2b886599
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -38,6 +38,7 @@ android {
         minSdkVersion 16
         targetSdkVersion 23
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+        versionCode 7
         versionCode project.findProperty('versionCode')?.toInteger() ?: 7
         versionName "0.2.1"