6.0.2 • Published 12 months ago

@rolster/capacitor-update-manager v6.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Rolster Capacitor UpdateManager

Plugin for update manager in mobile Android, Huawei and iOS.

Installation

Package only supports Capacitor 6

npm i @rolster/capacitor-update-manager

Android configuration

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.update.UpdateManagerPlugin;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(UpdateManagerPlugin.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}
6.0.2

12 months ago

6.0.1

12 months ago

6.0.0

12 months ago