updated version

This commit is contained in:
Mariotaku Lee 2016-02-22 01:29:16 +08:00
parent 799ea0eb5b
commit 7a6caef202
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 149
versionName "3.0.5.1 (snapshot)"
versionName "3.0.5.1"
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'