android-base icon indicating copy to clipboard operation
android-base copied to clipboard

Autodeploy on pull request to Google Play Alpha

Open IlyaEremin opened this issue 8 years ago • 4 comments

Configure ci servers to autodeploy on every PR to specific branch (master in our case)

IlyaEremin avatar May 24 '16 10:05 IlyaEremin

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()

IlyaEremin avatar Jun 06 '16 14:06 IlyaEremin

Add travis, circleci and greenhouse in this example

IlyaEremin avatar Aug 04 '16 08:08 IlyaEremin

Deploy to Fabric and Google Play Alpha on every x.y.z tag. For example: 1.0.0

IlyaEremin avatar Nov 20 '17 11:11 IlyaEremin

Fabric is Done

IlyaEremin avatar Nov 21 '19 15:11 IlyaEremin