Skip to content

Commit 72fe307

Browse files
committed
Put baseline profiles back
1 parent 74006b6 commit 72fe307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
getDefaultProguardFile("proguard-android-optimize.txt"),
6262
"proguard-rules.pro",
6363
)
64-
//baselineProfile.automaticGenerationDuringBuild = true
64+
baselineProfile.automaticGenerationDuringBuild = true
6565
configure<CrashlyticsExtension> {
6666
mappingFileUploadEnabled = true
6767
}

0 commit comments

Comments
 (0)