Updated version

this is a test for travis pull request
This commit is contained in:
Mariotaku 2017-04-26 00:36:03 +08:00 committed by GitHub
parent 5b92dc8005
commit f6123073ab
1 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion project.properties['overrideMinSdkVersion'] ?: 14
targetSdkVersion 25
versionCode 347
versionName '3.5.30'
versionCode 348
versionName '3.5.31'
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'
@ -242,4 +242,4 @@ play {
// START Non-FOSS component
apply plugin: 'com.google.gms.google-services'
// END Non-FOSS component
// END Non-FOSS component