Skip to content

Commit

Permalink
fix: remove duplicated var
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 4, 2022
1 parent c435173 commit 0a4dc9f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ public class CapacitorUpdaterPlugin extends Plugin implements Application.Activi
private static final String autoUpdateUrlDefault = "https://capgo.app/api/auto_update";
private static final String statsUrlDefault = "https://capgo.app/api/stats";
private final String TAG = "Capacitor-updater";

private static final String autoUpdateUrlDefault = "https://capgo.app/api/auto_update";
private static final String statsUrlDefault = "https://capgo.app/api/stats";

private CapacitorUpdater implementation;

private SharedPreferences prefs;
Expand Down

0 comments on commit 0a4dc9f

Please sign in to comment.