You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/live-update/android/src/main/java/io/capawesome/capacitorjs/plugins/liveupdate/LiveUpdatePlugin.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
publicclassLiveUpdatePluginextendsPlugin {
36
36
37
37
publicstaticfinalStringTAG = "LiveUpdate";
38
-
publicstaticfinalStringVERSION = "8.1.0";
38
+
publicstaticfinalStringVERSION = "8.2.0";
39
39
publicstaticfinalStringSHARED_PREFERENCES_NAME = "CapawesomeLiveUpdate"; // DO NOT CHANGE
40
40
publicstaticfinalStringERROR_APP_ID_MISSING = "appId must be configured.";
0 commit comments