We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f464728 commit 7acf5ecCopy full SHA for 7acf5ec
build/android/SafariViewController-java18.gradle
@@ -1,8 +1,8 @@
1
-ext.postBuildExtras = {
+cdvPluginPostBuildExtras.add({
2
android {
3
compileOptions {
4
sourceCompatibility JavaVersion.VERSION_1_8
5
targetCompatibility JavaVersion.VERSION_1_8
6
}
7
8
-}
+})
0 commit comments