83 lines
3.2 KiB
Diff
83 lines
3.2 KiB
Diff
diff --git a/node_modules/react-native-webview/android/.classpath b/node_modules/react-native-webview/android/.classpath
|
|
new file mode 100644
|
|
index 0000000..0a3280e
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-webview/android/.classpath
|
|
@@ -0,0 +1,6 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<classpath>
|
|
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
|
|
+ <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
+ <classpathentry kind="output" path="bin/default"/>
|
|
+</classpath>
|
|
diff --git a/node_modules/react-native-webview/android/.project b/node_modules/react-native-webview/android/.project
|
|
new file mode 100644
|
|
index 0000000..f5a4217
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-webview/android/.project
|
|
@@ -0,0 +1,34 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-webview</name>
|
|
+ <comment>Project react-native-webview created by Buildship.</comment>
|
|
+ <projects>
|
|
+ </projects>
|
|
+ <buildSpec>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.jdt.core.javabuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ </buildSpec>
|
|
+ <natures>
|
|
+ <nature>org.eclipse.jdt.core.javanature</nature>
|
|
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
|
+ </natures>
|
|
+ <filteredResources>
|
|
+ <filter>
|
|
+ <id>1744530581046</id>
|
|
+ <name></name>
|
|
+ <type>30</type>
|
|
+ <matcher>
|
|
+ <id>org.eclipse.core.resources.regexFilterMatcher</id>
|
|
+ <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
|
+ </matcher>
|
|
+ </filter>
|
|
+ </filteredResources>
|
|
+</projectDescription>
|
|
diff --git a/node_modules/react-native-webview/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/react-native-webview/android/.settings/org.eclipse.buildship.core.prefs
|
|
new file mode 100644
|
|
index 0000000..1675490
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-webview/android/.settings/org.eclipse.buildship.core.prefs
|
|
@@ -0,0 +1,2 @@
|
|
+connection.project.dir=../../../android
|
|
+eclipse.preferences.version=1
|
|
diff --git a/node_modules/react-native-webview/android/.settings/org.eclipse.jdt.core.prefs b/node_modules/react-native-webview/android/.settings/org.eclipse.jdt.core.prefs
|
|
new file mode 100644
|
|
index 0000000..60e5b01
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-webview/android/.settings/org.eclipse.jdt.core.prefs
|
|
@@ -0,0 +1,4 @@
|
|
+eclipse.preferences.version=1
|
|
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=27
|
|
+org.eclipse.jdt.core.compiler.compliance=27
|
|
+org.eclipse.jdt.core.compiler.source=27
|
|
diff --git a/node_modules/react-native-webview/android/build.gradle b/node_modules/react-native-webview/android/build.gradle
|
|
index fbede17..e61053d 100644
|
|
--- a/node_modules/react-native-webview/android/build.gradle
|
|
+++ b/node_modules/react-native-webview/android/build.gradle
|
|
@@ -35,6 +35,7 @@ apply plugin: 'com.android.library'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
android {
|
|
+ namespace "com.reactnativecommunity.webview"
|
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
defaultConfig {
|
|
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
|