diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0a8ffe3..ff12866 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -102,6 +102,14 @@ android { includeInApk = false includeInBundle = false } + + baselineProfile { + variants { + create("playRelease") { + automaticGenerationDuringBuild = true + } + } + } } dependencies {