warrior 3 日 前
コミット
a9b4b1037e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      android/app/capacitor.build.gradle

+ 2 - 2
android/app/capacitor.build.gradle

@@ -15,9 +15,9 @@ dependencies {
     implementation project(':capacitor-haptics')
     implementation project(':capacitor-keyboard')
     implementation project(':capacitor-status-bar')
-
+    implementation "androidx.browser:browser:1.3.0"
 }
-
+apply from: "../../node_modules/cordova-plugin-safariviewcontroller/build/android/SafariViewController-java18.gradle"
 
 if (hasProperty('postBuildExtras')) {
   postBuildExtras()