mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fix fdroid not building
This commit is contained in:
parent
57c54fa275
commit
706fa82a37
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ android {
|
|||
targetSdkVersion 23
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode 9
|
||||
versionCode project.findProperty('versionCode')?.toInteger() ?: 9
|
||||
versionName "0.2.2-1"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
|
|
Loading…
Reference in a new issue