pull/2138/merge
Aurimas 1 week ago committed by GitHub
commit d8299feb63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -143,6 +143,11 @@ baselineProfile {
// Make use of Dex Layout Optimizations via Startup Profiles
dexLayoutOptimization = true
// Ensure Baseline Profile is fresh for release builds.
variants.create("release") {
automaticGenerationDuringBuild = true
}
}
dependencyGuard {

Loading…
Cancel
Save