|
@@ -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()
|