Gradle: log which application is built.

This commit is contained in:
Benoit Marty 2024-06-13 12:21:26 +02:00 committed by Benoit Marty
parent ab5a54afd0
commit f339bd5d25
2 changed files with 56 additions and 0 deletions

View file

@ -109,6 +109,7 @@ android {
} else {
"Element X"
}
logger.warnInBox("Building $baseAppName")
buildTypes {
getByName("debug") {