react-native-flic2 0.3.19 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/.project CHANGED
@@ -20,4 +20,15 @@
20
20
  <nature>org.eclipse.jdt.core.javanature</nature>
21
21
  <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
22
22
  </natures>
23
+ <filteredResources>
24
+ <filter>
25
+ <id>1659599870811</id>
26
+ <name></name>
27
+ <type>30</type>
28
+ <matcher>
29
+ <id>org.eclipse.core.resources.regexFilterMatcher</id>
30
+ <arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31
+ </matcher>
32
+ </filter>
33
+ </filteredResources>
23
34
  </projectDescription>
@@ -5,7 +5,7 @@ connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
5
5
  connection.project.dir=
6
6
  eclipse.preferences.version=1
7
7
  gradle.user.home=
8
- java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home
8
+ java.home=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
9
9
  jvm.arguments=
10
10
  offline.mode=false
11
11
  override.workspace.settings=true
@@ -19,9 +19,6 @@ def safeExtGet(prop, fallback) {
19
19
  rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
20
20
  }
21
21
 
22
- apply plugin: 'com.android.library'
23
- apply plugin: 'maven'
24
-
25
22
  buildscript {
26
23
  // The Android Gradle plugin is only required when opening the android folder stand-alone.
27
24
  // This avoids unnecessary downloads and potential conflicts when the library is included as a
@@ -38,7 +35,6 @@ buildscript {
38
35
  }
39
36
 
40
37
  apply plugin: 'com.android.library'
41
- apply plugin: 'maven'
42
38
 
43
39
  android {
44
40
  compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
@@ -52,10 +48,6 @@ android {
52
48
  lintOptions {
53
49
  abortOnError false
54
50
  }
55
- compileOptions {
56
- sourceCompatibility JavaVersion.VERSION_1_8
57
- targetCompatibility JavaVersion.VERSION_1_8
58
- }
59
51
  }
60
52
 
61
53
  repositories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-flic2",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "React Native Flic plugin made with the Flic2 SDK (unofficial)",
5
5
  "main": "index.js",
6
6
  "scripts": {},