1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-17 20:10:37 +01:00

Minor change.

This commit is contained in:
stonega 2021-01-31 13:01:22 +08:00
parent 77db78134b
commit c708b563f1

View File

@ -85,13 +85,13 @@ android {
}
}
android.applicationVariants.all { variant ->
if (variant.flavorName == "play") {
variant.outputs.all { output ->
output.outputFileName = "app-release.apk"
}
}
}
// android.applicationVariants.all { variant ->
// if (variant.flavorName == "play") {
// variant.outputs.all { output ->
// output.outputFileName = "app-release.apk"
// }
// }
// }
}
flutter {