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
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
Most helpful comment
Released in version 1.2.1-beta1