makes the benchmark module profileable

pull/746/head
Vitor Pamplona 2024-01-18 13:35:53 -03:00
rodzic 3241f0ada1
commit 6d368148cc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -99,6 +99,7 @@ android {
}
create("benchmark") {
initWith(getByName("release"))
profileable true
signingConfig signingConfigs.debug
}
}