react-native-okhi 1.0.19 → 1.0.22-beta
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/build.gradle +2 -2
- package/package.json +1 -1
- package/android/.idea/workspace.xml +0 -42
package/android/build.gradle
CHANGED
|
@@ -57,6 +57,6 @@ repositories {
|
|
|
57
57
|
dependencies {
|
|
58
58
|
//noinspection GradleDynamicVersion
|
|
59
59
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
60
|
-
implementation 'com.github.okhi:android-core:v1.4.
|
|
61
|
-
implementation 'com.github.okhi:android-okverify:v1.5.
|
|
60
|
+
implementation 'com.github.okhi:android-core:v1.4.5-beta-1'
|
|
61
|
+
implementation 'com.github.okhi:android-okverify:v1.5.4-beta-1'
|
|
62
62
|
}
|
package/package.json
CHANGED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="AutoImportSettings">
|
|
4
|
-
<option name="autoReloadType" value="NONE" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="148bea9d-4f75-4c1b-93b9-fea7bfaeb963" name="Default Changelist" comment="" />
|
|
8
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="ExternalProjectsData">
|
|
14
|
-
<projectState path="$PROJECT_DIR$">
|
|
15
|
-
<ProjectState />
|
|
16
|
-
</projectState>
|
|
17
|
-
</component>
|
|
18
|
-
<component name="Git.Settings">
|
|
19
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
20
|
-
</component>
|
|
21
|
-
<component name="ProjectId" id="2DrFhfdOmWJ5d7qDbk7rhPz087F" />
|
|
22
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
23
|
-
<component name="ProjectViewState">
|
|
24
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
|
25
|
-
<option name="showLibraryContents" value="true" />
|
|
26
|
-
</component>
|
|
27
|
-
<component name="PropertiesComponent">
|
|
28
|
-
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
29
|
-
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
30
|
-
</component>
|
|
31
|
-
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
32
|
-
<component name="TaskManager">
|
|
33
|
-
<task active="true" id="Default" summary="Default task">
|
|
34
|
-
<changelist id="148bea9d-4f75-4c1b-93b9-fea7bfaeb963" name="Default Changelist" comment="" />
|
|
35
|
-
<created>1661449416516</created>
|
|
36
|
-
<option name="number" value="Default" />
|
|
37
|
-
<option name="presentableId" value="Default" />
|
|
38
|
-
<updated>1661449416516</updated>
|
|
39
|
-
</task>
|
|
40
|
-
<servers />
|
|
41
|
-
</component>
|
|
42
|
-
</project>
|