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 @@ + + + + + + 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 @@ + + + react-native-webview + Project react-native-webview created by Buildship. + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.buildship.core.gradleprojectnature + + + + 1744530581046 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + + 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')