|
| 1 | +[ |
| 2 | + { |
| 3 | + "pkg": "@capacitor-community/bluetooth-le", |
| 4 | + "classpath": "com.capacitorjs.community.plugins.bluetoothle.BluetoothLe" |
| 5 | + }, |
| 6 | + { |
| 7 | + "pkg": "@capacitor-community/http", |
| 8 | + "classpath": "com.getcapacitor.plugin.http.Http" |
| 9 | + }, |
| 10 | + { |
| 11 | + "pkg": "@capacitor-community/wifi", |
| 12 | + "classpath": "com.digaus.capacitor.wifi.Wifi" |
| 13 | + }, |
| 14 | + { |
| 15 | + "pkg": "@capacitor/app", |
| 16 | + "classpath": "com.capacitorjs.plugins.app.AppPlugin" |
| 17 | + }, |
| 18 | + { |
| 19 | + "pkg": "@capacitor/browser", |
| 20 | + "classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" |
| 21 | + }, |
| 22 | + { |
| 23 | + "pkg": "@capacitor/camera", |
| 24 | + "classpath": "com.capacitorjs.plugins.camera.CameraPlugin" |
| 25 | + }, |
| 26 | + { |
| 27 | + "pkg": "@capacitor/clipboard", |
| 28 | + "classpath": "com.capacitorjs.plugins.clipboard.ClipboardPlugin" |
| 29 | + }, |
| 30 | + { |
| 31 | + "pkg": "@capacitor/device", |
| 32 | + "classpath": "com.capacitorjs.plugins.device.DevicePlugin" |
| 33 | + }, |
| 34 | + { |
| 35 | + "pkg": "@capacitor/filesystem", |
| 36 | + "classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" |
| 37 | + }, |
| 38 | + { |
| 39 | + "pkg": "@capacitor/geolocation", |
| 40 | + "classpath": "com.capacitorjs.plugins.geolocation.GeolocationPlugin" |
| 41 | + }, |
| 42 | + { |
| 43 | + "pkg": "@capacitor/local-notifications", |
| 44 | + "classpath": "com.capacitorjs.plugins.localnotifications.LocalNotificationsPlugin" |
| 45 | + }, |
| 46 | + { |
| 47 | + "pkg": "@capacitor/network", |
| 48 | + "classpath": "com.capacitorjs.plugins.network.NetworkPlugin" |
| 49 | + }, |
| 50 | + { |
| 51 | + "pkg": "@capacitor/push-notifications", |
| 52 | + "classpath": "com.capacitorjs.plugins.pushnotifications.PushNotificationsPlugin" |
| 53 | + }, |
| 54 | + { |
| 55 | + "pkg": "@capacitor/share", |
| 56 | + "classpath": "com.capacitorjs.plugins.share.SharePlugin" |
| 57 | + }, |
| 58 | + { |
| 59 | + "pkg": "@capacitor/splash-screen", |
| 60 | + "classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" |
| 61 | + }, |
| 62 | + { |
| 63 | + "pkg": "@capacitor/storage", |
| 64 | + "classpath": "com.capacitorjs.plugins.storage.StoragePlugin" |
| 65 | + }, |
| 66 | + { |
| 67 | + "pkg": "capacitor-blob-writer", |
| 68 | + "classpath": "com.equimaps.capacitorblobwriter.BlobWriter" |
| 69 | + } |
| 70 | +] |
0 commit comments