1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-26 00:13:05 +01:00

version code bump

This commit is contained in:
Mariotaku Lee 2016-02-27 19:55:52 +08:00
parent d4ca49ccdc
commit 09b6fb000c

View File

@ -21,8 +21,8 @@ android {
applicationId "org.mariotaku.twidere" applicationId "org.mariotaku.twidere"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 152 versionCode 153
versionName "3.0.6.1" versionName "3.0.6.2"
multiDexEnabled true multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")' buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'