Using the Automotive Track:

https://developers.google.com/android-publisher/tracks#ff-track-name
This commit is contained in:
Bassett, Justin 2023-03-31 21:06:50 -04:00
parent b0d8ef625a
commit 66b86b5a55

View File

@ -139,10 +139,10 @@ android {
play {
serviceAccountCredentials.set(file("playStorePublishServiceCredentialsFile.json"))
track.set("internal")
track.set("automotive:internal")
resolutionStrategy.set(ResolutionStrategy.IGNORE)
// We will depend on the wear commit.
commit.set(false)
commit.set(true)
}
dependencies {