version code bump

This commit is contained in:
Mariotaku Lee 2016-02-28 22:37:28 +08:00
parent 7250324637
commit 8314a84c35
1 changed files with 2 additions and 2 deletions

View File

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