Replies: 1 comment 2 replies
-
https://github.com/Triple-T/gradle-play-publisher#uploading-an-internal-sharing-artifact |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How do I use this tool to publish to "Closed Testing" instead of "Internal Testing"?
It works for me when I use the default or :
play {
defaultToAppBundles = true
track = "internal" // 'alpha', 'beta', 'rollout' or 'production'
// it isnt clear what the format should be for this serviceAccess.json and how to protect content
serviceAccountCredentials = file("serviceAccess.json")
//resolutionStrategy.set(ResolutionStrategy.AUTO)
}
But if I changed the track to "closed", "closed testing", i get an error.
Beta Was this translation helpful? Give feedback.
All reactions