From 6d368148cc0ceca6aa8b6edc73eb8ab7ac934db0 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 18 Jan 2024 13:35:53 -0300 Subject: [PATCH] makes the benchmark module profileable --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 03c40f99b..e068e8fa1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,6 +99,7 @@ android { } create("benchmark") { initWith(getByName("release")) + profileable true signingConfig signingConfigs.debug } }