Android: Removed nightly and canary build flavours as they are now obsolete

This commit is contained in:
OpenSauce04
2024-11-10 18:16:49 +00:00
parent 3f7eee078d
commit aa06b58523
2 changed files with 2 additions and 13 deletions
-10
View File
@@ -145,16 +145,6 @@ android {
}
flavorDimensions.add("version")
productFlavors {
create("canary") {
dimension = "version"
applicationIdSuffix = ".canary"
}
create("nightly") {
dimension = "version"
}
}
externalNativeBuild {
cmake {