Skip to content

Commit

Permalink
fix: use only ont TAG in the whole code
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 4, 2022
1 parent 0e14bcd commit 2ad10ec
Show file tree
Hide file tree
Showing 3 changed files with 3,560 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ interface Callback {
public class CapacitorUpdater {
private static final String AB = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
private static SecureRandom rnd = new SecureRandom();
private final String TAG = "Capacitor-updater";

private static final String DOWNLOADED_SUFFIX = "_downloaded";
private static final String NAME_SUFFIX = "_name";
Expand All @@ -72,6 +71,7 @@ public class CapacitorUpdater {
private String versionCode = "";
private String versionOs = "";

public final String TAG = "Capacitor-updater";
public String appId = "";
public String deviceID = "";
public String statsUrl = "";
Expand Down

0 comments on commit 2ad10ec

Please sign in to comment.