Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 4, 2022
1 parent 56e2137 commit 3ef6ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ public class CapacitorUpdater {
private final SharedPreferences prefs;
private final SharedPreferences.Editor editor;

public String statsUrl = "";
public String appId = "";
public String deviceID = "";
private String versionBuild = "";
private String versionCode = "";
private String versionOs = "";
public String statsUrl = "";

public CapacitorUpdater (final Context context) throws PackageManager.NameNotFoundException {
this.context = context;
Expand Down

0 comments on commit 3ef6ece

Please sign in to comment.