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

This commit is contained in:
OpenSauce04
2024-05-17 22:20:02 +01:00
parent 3f7eee078d
commit aa06b58523
2 changed files with 2 additions and 13 deletions

View File

@@ -145,16 +145,6 @@ android {
}
flavorDimensions.add("version")
productFlavors {
create("canary") {
dimension = "version"
applicationIdSuffix = ".canary"
}
create("nightly") {
dimension = "version"
}
}
externalNativeBuild {
cmake {