Код: Выделить всё
applicationVariants.output.all {
outputFileName = "the_file_name_that_i_want.apk"
}
Подробнее здесь: https://stackoverflow.com/questions/525 ... ith-gradle
Код: Выделить всё
applicationVariants.output.all {
outputFileName = "the_file_name_that_i_want.apk"
}