This commit is contained in:
Eran Leshem 2025-06-22 12:40:02 +02:00 committed by GitHub
commit aa202adf0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ android {
isJniDebuggable = false
signingConfig = signingConfigs.getByName("debug")
applicationIdSuffix = ".debug"
isDefault = true
}
base.archivesBaseName = "HeliBoard_" + defaultConfig.versionName
}