updated version

This commit is contained in:
Mariotaku Lee 2017-01-07 15:53:24 +08:00
parent 27e1f18260
commit 1aa3ac349c
2 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@ script: ./gradlew build --no-daemon --stacktrace
deploy:
provider: releases
prerelease: true
api_key:
secure: WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=
file_glob: true

View File

@ -33,8 +33,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 25
versionCode 249
versionName '3.3.31'
versionCode 250
versionName '3.3.32'
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'