Enable Startup Profile generation for release builds

Change-Id: I7eb5d911eb1d22c85d4c89ccfcdac913bea9943a
pull/1603/head
Ben Weiss 1 year ago
parent 34a666d3e4
commit 5d861df046
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -137,6 +137,9 @@ baselineProfile {
// Don't build on every iteration of a full assemble.
// Instead enable generation directly for the release build variant.
automaticGenerationDuringBuild = false
// Make use of Dex Layout Optimizations via Startup Profiles
dexLayoutOptimization = true
}
dependencyGuard {

@ -15,8 +15,8 @@ androidxDataStore = "1.0.0"
androidxEspresso = "3.5.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.3"
androidxMacroBenchmark = "1.2.4"
androidxMetrics = "1.0.0-alpha04"
androidxMacroBenchmark = "1.3.0"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.8.0"
androidxProfileinstaller = "1.3.1"
androidxTestCore = "1.5.0"

Loading…
Cancel
Save