|
|
@ -52,7 +52,7 @@ android {
|
|
|
|
// To publish on the Play store a private signing key is required, but to allow anyone
|
|
|
|
// To publish on the Play store a private signing key is required, but to allow anyone
|
|
|
|
// who clones the code to sign and run the release variant, use the debug signing key.
|
|
|
|
// who clones the code to sign and run the release variant, use the debug signing key.
|
|
|
|
// TODO: Abstract the signing configuration to a separate file to avoid hardcoding this.
|
|
|
|
// TODO: Abstract the signing configuration to a separate file to avoid hardcoding this.
|
|
|
|
signingConfig = signingConfigs.getByName("debug")
|
|
|
|
signingConfig = signingConfigs.named("debug").get()
|
|
|
|
// Ensure Baseline Profile is fresh for release builds.
|
|
|
|
// Ensure Baseline Profile is fresh for release builds.
|
|
|
|
baselineProfile.automaticGenerationDuringBuild = true
|
|
|
|
baselineProfile.automaticGenerationDuringBuild = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|