mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
add default mqtt server to test app
This commit is contained in:
parent
e667291da5
commit
5764a752a7
2 changed files with 4 additions and 2 deletions
|
@ -249,7 +249,9 @@ android {
|
|||
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
resValue "bool", "DEBUG", "false"
|
||||
externalNativeBuild {
|
||||
ndkBuild.arguments += ['BUILD_TARGET=release']
|
||||
ndkBuild {
|
||||
arguments += ['BUILD_TARGET=release']
|
||||
}
|
||||
}
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
||||
|
|
|
@ -2684,7 +2684,7 @@ main( int argc, char** argv )
|
|||
mainParams.connInfo.ip.port = DEFAULT_PORT;
|
||||
mainParams.connInfo.ip.hostName = "localhost";
|
||||
#endif
|
||||
mainParams.connInfo.mqtt.hostName = "localhost";
|
||||
mainParams.connInfo.mqtt.hostName = "eehouse.org";
|
||||
mainParams.connInfo.mqtt.port = 1883;
|
||||
#ifdef XWFEATURE_SMS
|
||||
mainParams.connInfo.sms.port = 1;
|
||||
|
|
Loading…
Reference in a new issue