Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Match release version

Cette révision appartient à :
len 2016-06-10 20:31:33 +02:00
Parent f0a382c21a
révision 9e90096328

Voir le fichier

@ -38,9 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8
versionCode project.findProperty('versionCode')?.toInteger() ?: 8
versionName "0.2.2"
versionCode 9
versionName "0.2.2-1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""