mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove redundant checkUpdates param
This commit is contained in:
parent
1c6afc7909
commit
ec4822bbe9
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
|||
JSONObject appParams = new JSONObject();
|
||||
|
||||
appParams.put( k_VARIANT, BuildConfig.VARIANT_CODE );
|
||||
appParams.put( k_AVERS, versionCode );
|
||||
appParams.put( k_GVERS, BuildConfig.GIT_REV );
|
||||
appParams.put( k_INSTALLER, installer );
|
||||
if ( devOK( context ) ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue