stop using relay for new games for Release too

This commit is contained in:
Eric House 2021-11-15 18:22:11 -08:00 committed by Eric House
parent 8e45c57178
commit 6251af983e

View file

@ -114,7 +114,7 @@ android {
buildConfigField "boolean", "HAVE_KNOWN_PLAYERS", "true"
buildConfigField "boolean", "FOR_FDROID", "false"
buildConfigField "boolean", "HAVE_PASSWORD", "false"
buildConfigField "boolean", "NO_NEW_RELAY", "false"
buildConfigField "boolean", "NO_NEW_RELAY", "true"
}
xw4GPlay {
@ -167,7 +167,6 @@ android {
resValue "string", "nfc_aid", "$NFC_AID_XW4d"
externalNativeBuild.ndkBuild.cFlags += ['-DVARIANT_xw4d']
externalNativeBuild.ndkBuild.arguments += ['XW_BT_UUID=' + XWD_UUID]
buildConfigField "boolean", "NO_NEW_RELAY", "true"
}
xw4dGPlay {
@ -187,7 +186,6 @@ android {
resValue "string", "nfc_aid", "$NFC_AID_XW4d"
externalNativeBuild.ndkBuild.cFlags += ['-DVARIANT_xw4dGPlay']
externalNativeBuild.ndkBuild.arguments += ['XW_BT_UUID=' + XWD_UUID]
buildConfigField "boolean", "NO_NEW_RELAY", "true"
}
xw4Foss {