updated version

This commit is contained in:
Mariotaku Lee 2016-02-22 23:02:30 +08:00
parent dc4cdc63fd
commit 2e20f21079
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: false
prerelease: true
api_key:
secure: WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=
file_glob: true

View File

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