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 2ad10ec commit c6a0ca4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public class CapacitorUpdater {
private static final String FALLBACK_VERSION = "pastVersion";
private static final String NEXT_VERSION = "nextVersion";

public final String pluginVersion = "3.3.2";

private final Context context;

Expand All @@ -72,9 +71,10 @@ public class CapacitorUpdater {
private String versionOs = "";

public final String TAG = "Capacitor-updater";
public final String pluginVersion = "3.3.2";
public String statsUrl = "";
public String appId = "";
public String deviceID = "";
public String statsUrl = "";

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

0 comments on commit c6a0ca4

Please sign in to comment.