warrior 2 days ago
parent
commit
a9b4b1037e
1 changed files with 2 additions and 2 deletions
  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()