1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-31 12:01:54 +02:00

Implemented Bluetooth user interaction handling

This commit is contained in:
oliexdev
2025-08-09 21:01:13 +02:00
parent 8b77750ff0
commit 54b168d879
18 changed files with 560 additions and 290 deletions

View File

@@ -88,8 +88,8 @@ android {
}
create("beta") {
initWith(getByName("release"))
signingConfig = signingConfigs.getByName("release")
initWith(getByName("debug"))
signingConfig = signingConfigs.getByName("debug")
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta"
manifestPlaceholders["appName"] = "openScale beta"