mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-12-10 12:42:02 +01:00
Fix fdroid not building
This commit is contained in:
@@ -39,7 +39,6 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 9
|
versionCode 9
|
||||||
versionCode project.findProperty('versionCode')?.toInteger() ?: 9
|
|
||||||
versionName "0.2.2-1"
|
versionName "0.2.2-1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
|
|||||||
Reference in New Issue
Block a user