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
2 changed files with 8 additions and 0 deletions

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",