Explorar o código

Fix F-Droid not recognizing update (#287)

Jozef Hollý %!s(int64=9) %!d(string=hai) anos
pai
achega
af2b886599
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

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