Skip to content

Commit

Permalink
fix: put back old number version
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 1, 2022
1 parent 1cbc934 commit 0866064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class CapacitorUpdater {
private static final String bundleDirectory = "versions";

public static final String TAG = "Capacitor-updater";
public static final String pluginVersion = "4.0.0";
public static final String pluginVersion = "3.2.0";

This comment has been minimized.

Copy link
@lincolnthree

lincolnthree Jul 1, 2022

Contributor

How come?


public SharedPreferences.Editor editor;
public SharedPreferences prefs;
Expand Down

0 comments on commit 0866064

Please sign in to comment.