mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
Merge branch 'android_branch' into wasm
This commit is contained in:
commit
f13e81a4b5
1 changed files with 0 additions and 3 deletions
|
@ -57,7 +57,6 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
|||
private static final String k_AVERS = "avers";
|
||||
private static final String k_VARIANT = "variant";
|
||||
private static final String k_GVERS = "gvers";
|
||||
private static final String k_GHASH = "ghash";
|
||||
private static final String k_INSTALLER = "installer";
|
||||
private static final String k_DEVOK = "devOK";
|
||||
private static final String k_APP = "app";
|
||||
|
@ -141,9 +140,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
|||
|
||||
appParams.put( k_VARIANT, BuildConfig.VARIANT_CODE );
|
||||
appParams.put( k_AVERS, versionCode );
|
||||
// Look at whether server needs these duplicates. PENDING....
|
||||
appParams.put( k_GVERS, BuildConfig.GIT_REV );
|
||||
appParams.put( k_GHASH, BuildConfig.GIT_REV );
|
||||
appParams.put( k_INSTALLER, installer );
|
||||
if ( devOK( context ) ) {
|
||||
appParams.put( k_DEVOK, true );
|
||||
|
|
Loading…
Reference in a new issue