@tryvital/vital-devices-react-native 3.0.6 → 3.0.8
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/.idea/gradle.xml +3 -2
- package/android/.idea/misc.xml +0 -1
- package/android/.idea/workspace.xml +5 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/vital-devices-react-native.podspec +1 -1
package/android/.idea/gradle.xml
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
|
+
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
3
4
|
<component name="GradleSettings">
|
|
4
5
|
<option name="linkedExternalProjectsSettings">
|
|
5
6
|
<GradleProjectSettings>
|
|
6
|
-
<option name="testRunner" value="GRADLE" />
|
|
7
|
-
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
8
7
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
8
|
+
<option name="gradleJvm" value="jbr-17" />
|
|
9
9
|
<option name="modules">
|
|
10
10
|
<set>
|
|
11
11
|
<option value="$PROJECT_DIR$" />
|
|
12
12
|
</set>
|
|
13
13
|
</option>
|
|
14
|
+
<option name="resolveExternalAnnotations" value="false" />
|
|
14
15
|
</GradleProjectSettings>
|
|
15
16
|
</option>
|
|
16
17
|
</component>
|
package/android/.idea/misc.xml
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
1
|
<project version="4">
|
|
3
2
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
4
3
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
11
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
12
|
</component>
|
|
13
|
+
<component name="ClangdSettings">
|
|
14
|
+
<option name="formatViaClangd" value="false" />
|
|
15
|
+
</component>
|
|
13
16
|
<component name="ExternalProjectsData">
|
|
14
17
|
<projectState path="$PROJECT_DIR$">
|
|
15
18
|
<ProjectState />
|
|
@@ -29,6 +32,8 @@
|
|
|
29
32
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
30
33
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
31
34
|
"RunOnceActivity.cidr.known.project.marker": "true",
|
|
35
|
+
"android.gradle.sync.needed": "true",
|
|
36
|
+
"cf.first.check.clang-format": "false",
|
|
32
37
|
"cidr.known.project.marker": "true",
|
|
33
38
|
"memory.settings.postsync.last.time.stamp": "1682679594001"
|
|
34
39
|
}
|
|
Binary file
|
|
Binary file
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
19
19
|
s.dependency "React-Core"
|
|
20
|
-
s.dependency "VitalDevices", "~> 0.
|
|
20
|
+
s.dependency "VitalDevices", "~> 0.11.2"
|
|
21
21
|
|
|
22
22
|
# Don't install the dependencies when we run `pod install` in the old architecture.
|
|
23
23
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|