android-base
android-base copied to clipboard
Autodeploy on pull request to Google Play Alpha
Configure ci servers to autodeploy on every PR to specific branch (master in our case)
Use date as version number
def getDate() {
def date = new Date()
def formattedDate = date.format('yyyy-MM-dd-HH:mm:ss')
return formattedDate
}
versionNameSuffix "." + getDate()
Add travis, circleci and greenhouse in this example
Deploy to Fabric and Google Play Alpha on every x.y.z tag. For example: 1.0.0
Fabric is Done