Gradle-play-publisher: Add internal testing track

Created on 19 Mar 2018  路  13Comments  路  Source: Triple-T/gradle-play-publisher

Google just released internal test as a new track besides alpha, beta and production. Would be nice to add support for that

https://support.google.com/googleplay/android-developer/answer/3131213

Most helpful comment

Released in version 1.2.1-beta1

All 13 comments

I'm afraid this is not available via Google Play Publisher API yet: https://developers.google.com/android-publisher/tracks

I see only: alpha, beta, rollout and production

@jacek-marchwicki it might not be documented but already available... ;)

@drjunior you are right
https://developers.google.com/apis-explorer/#search/Google%20Play%20Developer%20API/androidpublisher/v2/androidpublisher.edits.tracks.update

there is internal track :)

cool ;) Would this plugin continue working if we simply change the track to 'internal' in the build.gradle file like this:

play {
jsonFile = file('dev.json')
track = 'internal'
}

?

And also there were pull request for this: https://github.com/Triple-T/gradle-play-publisher/pull/254

Ah ok, the plugin validates the tracks and it's not dynamic. Thanks.

@drjunior you can try use jitpack build from master

maven { url 'https://jitpack.io' }

classpath 'com.github.Triple-T:gradle-play-publisher:4bb0bd9203'

When will this be available in an 'official' release?

@visyan : No specific ETA but we're trying to push one release out soon.

@ChristianBecker Thank you!
Really waiting for the new release that includes that.

@ChristianBecker Thank you for the great library. I too would also greatly appreciate being able to publish to an internal track.

Ping.. can we get this track please!

Released in version 1.2.1-beta1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ironjan picture ironjan  路  3Comments

aat-antoine picture aat-antoine  路  6Comments

SUPERCILEX picture SUPERCILEX  路  6Comments

ToxicBakery picture ToxicBakery  路  4Comments

ivoberger picture ivoberger  路  4Comments