mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
put back the nbs port
This commit is contained in:
parent
b6551abd2f
commit
92dde5332a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ android {
|
||||||
applicationId "org.eehouse.android.xw4"
|
applicationId "org.eehouse.android.xw4"
|
||||||
manifestPlaceholders = [ APP_ID: applicationId ]
|
manifestPlaceholders = [ APP_ID: applicationId ]
|
||||||
resValue "string", "app_name", "CrossWords"
|
resValue "string", "app_name", "CrossWords"
|
||||||
resValue "string", "nbs_port", "0"
|
resValue "string", "nbs_port", "3344"
|
||||||
buildConfigField "boolean", "WIDIR_ENABLED", "false"
|
buildConfigField "boolean", "WIDIR_ENABLED", "false"
|
||||||
buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "false"
|
buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "false"
|
||||||
buildConfigField "String", "VARIANT_NAME", "\"Google Play Store\""
|
buildConfigField "String", "VARIANT_NAME", "\"Google Play Store\""
|
||||||
|
@ -105,7 +105,7 @@ android {
|
||||||
buildConfigField "boolean", "WIDIR_ENABLED", "true"
|
buildConfigField "boolean", "WIDIR_ENABLED", "true"
|
||||||
buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "true"
|
buildConfigField "boolean", "RELAYINVITE_SUPPORTED", "true"
|
||||||
buildConfigField "String", "VARIANT_NAME", "\"Dev/Debug\""
|
buildConfigField "String", "VARIANT_NAME", "\"Dev/Debug\""
|
||||||
buildConfigField "boolean", "REPORT_LOCKS", "true"
|
buildConfigField "boolean", "REPORT_LOCKS", "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
xw4dNoSMS {
|
xw4dNoSMS {
|
||||||
|
|
Loading…
Add table
Reference in a new issue