Set base.archivesName for app and authenticator modules (#5657)

This commit is contained in:
Patrick Honkonen 2025-08-06 16:25:26 -04:00 committed by GitHub
parent 905e3248f2
commit b6aa0952b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,10 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
// Set the base archive name for publishing purposes. This is used to derive the APK and AAB
// artifact names when uploading to Firebase and Play Store.
base.archivesName = "com.x8bit.bitwarden"
buildConfigField(
type = "String",
name = "CI_INFO",

View File

@ -47,6 +47,10 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
// Set the base archive name for publishing purposes. This is used to derive the APK and AAB
// artifact names when uploading to Firebase and Play Store.
base.archivesName = "com.bitwarden.authenticator"
buildConfigField(
type = "String",
name = "CI_INFO",