mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
include in register whether build is DEBUG
This commit is contained in:
parent
af46660d6c
commit
e44f19f04e
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
|
|||
params.put( "vers", Build.VERSION.RELEASE );
|
||||
params.put( "vrntCode", BuildConfig.VARIANT_CODE );
|
||||
params.put( "vrntName", BuildConfig.VARIANT_NAME );
|
||||
params.put( "dbg", BuildConfig.DEBUG );
|
||||
params.put( "myNow", now );
|
||||
|
||||
String fcmid = FBMService.getFCMDevID( mContext );
|
||||
|
|
Loading…
Add table
Reference in a new issue