diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle index fd577e3..7c398dd 100644 --- a/android/app/capacitor.build.gradle +++ b/android/app/capacitor.build.gradle @@ -13,8 +13,8 @@ dependencies { implementation project(':capacitor-browser') implementation project(':capacitor-clipboard') implementation project(':capacitor-filesystem') - implementation project(':capacitor-share') implementation project(':capacitor-haptics') + implementation project(':capacitor-share') implementation project(':capacitor-toast') implementation project(':mutinywallet-barcode-scanner') diff --git a/android/capacitor.settings.gradle b/android/capacitor.settings.gradle index e2511c2..6a16b75 100644 --- a/android/capacitor.settings.gradle +++ b/android/capacitor.settings.gradle @@ -14,12 +14,12 @@ project(':capacitor-clipboard').projectDir = new File('../node_modules/.pnpm/@ca include ':capacitor-filesystem' project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@capacitor+filesystem@5.1.4_@capacitor+core@5.2.2/node_modules/@capacitor/filesystem/android') -include ':capacitor-share' -project(':capacitor-share').projectDir = new File('../node_modules/.pnpm/@capacitor+share@5.0.6_@capacitor+core@5.2.2/node_modules/@capacitor/share/android') - include ':capacitor-haptics' project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@capacitor+haptics@5.0.6_@capacitor+core@5.2.2/node_modules/@capacitor/haptics/android') +include ':capacitor-share' +project(':capacitor-share').projectDir = new File('../node_modules/.pnpm/@capacitor+share@5.0.6_@capacitor+core@5.2.2/node_modules/@capacitor/share/android') + include ':capacitor-toast' project(':capacitor-toast').projectDir = new File('../node_modules/.pnpm/@capacitor+toast@5.0.6_@capacitor+core@5.2.2/node_modules/@capacitor/toast/android') diff --git a/index.html b/index.html new file mode 100644 index 0000000..e73a233 --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + +
+