mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
oops
This commit is contained in:
parent
ce2ec03d3e
commit
d55916f583
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ public class RelayService extends XWJIService
|
|||
writeVLIString( out, BuildConfig.GIT_REV );
|
||||
writeVLIString( out, Build.MODEL );
|
||||
writeVLIString( out, Build.VERSION.RELEASE );
|
||||
writeShort( out, BuildConfig.VARIANT_CODE );
|
||||
out.writeShort( BuildConfig.VARIANT_CODE );
|
||||
|
||||
postPacket( bas, XWRelayReg.XWPDEV_REG, timestamp );
|
||||
s_regStartTime = now;
|
||||
|
|
Loading…
Reference in a new issue