remove unused playRelease build type

This commit is contained in:
sk
2023-11-10 20:06:18 +01:00
parent 295cb74287
commit 613cd2a1ea

View File

@@ -33,7 +33,6 @@ android {
applicationIdSuffix '.debug'
}
githubRelease { initWith release }
playRelease { initWith release }
fdroidRelease { initWith release }
}
compileOptions {