warrior il y a 3 jours
Parent
commit
a9b4b1037e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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()