mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-12 21:42:49 +01:00
Fix F-Droid not recognizing update (#287)
This commit is contained in:
parent
1d1e5f1f99
commit
af2b886599
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user