From 66b86b5a5501f0f42073fb7fea1745fe94272089 Mon Sep 17 00:00:00 2001 From: "Bassett, Justin" Date: Fri, 31 Mar 2023 21:06:50 -0400 Subject: [PATCH] Using the Automotive Track: https://developers.google.com/android-publisher/tracks#ff-track-name --- automotive/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index 100747de4..c88623ff0 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -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 {