Код: Выделить всё
android {
testVariants.configureEach { variant ->
outputs.configureEach { output ->
output.outputFileName = "myCustomName.apk"
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... idtest-apk
Код: Выделить всё
android {
testVariants.configureEach { variant ->
outputs.configureEach { output ->
output.outputFileName = "myCustomName.apk"
}
}
}