1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-20 15:41:36 +02:00

Parse base code

This commit is contained in:
Allan Wang 2017-07-03 05:35:19 -07:00
parent e96651d20e
commit 19cff11b39

View File

@ -10,7 +10,7 @@ apply plugin: 'com.github.triplet.play'
play {
jsonFile = file('../files/gplay-keys.json')
track = 'beta'
track = 'alpha'
uploadImages = false
untrackOld = true
}
@ -19,7 +19,7 @@ android {
compileSdkVersion Integer.parseInt(project.TARGET_SDK)
buildToolsVersion project.BUILD_TOOLS
def offset = System.getenv("TRAVIS_BUILD_NUMBER") ?: 0
def offset = Integer.parseInt(System.getenv("TRAVIS_BUILD_NUMBER") ?: "0")
androidGitVersion {
baseCode offset