diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle index 64af165f..87b6e3fb 100644 --- a/android/app/capacitor.build.gradle +++ b/android/app/capacitor.build.gradle @@ -15,7 +15,6 @@ dependencies { implementation project(':capacitor-network') implementation project(':capacitor-status-bar') implementation project(':capacitor-storage') - implementation project(':robingenz-capacitor-app-update') } diff --git a/android/app/src/main/assets/capacitor.plugins.json b/android/app/src/main/assets/capacitor.plugins.json index 32b34bfb..14cdbff5 100644 --- a/android/app/src/main/assets/capacitor.plugins.json +++ b/android/app/src/main/assets/capacitor.plugins.json @@ -22,9 +22,5 @@ { "pkg": "@capacitor/storage", "classpath": "com.capacitorjs.plugins.storage.StoragePlugin" - }, - { - "pkg": "@robingenz/capacitor-app-update", - "classpath": "dev.robingenz.capacitor.appupdate.AppUpdatePlugin" } ] diff --git a/android/capacitor.settings.gradle b/android/capacitor.settings.gradle index 5d0e5558..7c1c8bfb 100644 --- a/android/capacitor.settings.gradle +++ b/android/capacitor.settings.gradle @@ -19,6 +19,3 @@ project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacit include ':capacitor-storage' project(':capacitor-storage').projectDir = new File('../node_modules/@capacitor/storage/android') - -include ':robingenz-capacitor-app-update' -project(':robingenz-capacitor-app-update').projectDir = new File('../node_modules/@robingenz/capacitor-app-update/android') diff --git a/ios/App/Podfile b/ios/App/Podfile index 44119188..89125e80 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -15,7 +15,6 @@ def capacitor_pods pod 'CapacitorNetwork', :path => '..\..\node_modules\@capacitor\network' pod 'CapacitorStatusBar', :path => '..\..\node_modules\@capacitor\status-bar' pod 'CapacitorStorage', :path => '..\..\node_modules\@capacitor\storage' - pod 'RobingenzCapacitorAppUpdate', :path => '..\..\node_modules\@robingenz\capacitor-app-update' end target 'App' do diff --git a/layouts/default.vue b/layouts/default.vue index 2af5257e..2cfe154b 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -12,8 +12,6 @@