1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-05 13:09:48 +01:00

updated version

This commit is contained in:
Mariotaku Lee 2016-06-26 21:45:09 +08:00
parent 5f5278f0ed
commit 1a0843f17c

View File

@ -28,12 +28,10 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 24
versionCode 196
versionName "3.1.7"
versionCode 197
versionName "3.1.8"
multiDexEnabled true
generatedDensities = []
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
buildConfigField 'boolean', 'SHOW_CUSTOM_TOKEN_DIALOG', 'Boolean.parseBoolean("false")'