chore(android): Remove outdated appDistribution group (#3204)

This commit is contained in:
Jamil
2024-01-11 20:43:45 -08:00
committed by GitHub
parent 364532858a
commit e410220ba8

View File

@@ -111,7 +111,7 @@ android {
serviceCredentialsFile = System.getenv("FIREBASE_CREDENTIALS_PATH")
artifactType = "AAB"
releaseNotes = "https://github.com/firezone/firezone/releases"
groups = "firezone-engineering, firezone-go-to-market"
groups = "firezone-engineering"
artifactPath = "app/build/outputs/bundle/release/app-release.aab"
}
}