updated version

This commit is contained in:
Mariotaku Lee 2017-05-05 15:11:01 +08:00
parent 62d4740e21
commit 9590df6380
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion project.properties['overrideMinSdkVersion'] ?: 14
targetSdkVersion 25
versionCode 354
versionName '3.5.37'
versionCode 355
versionName '3.5.38'
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'