lemnisk-react-native 0.1.6 → 0.1.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/.gradle/6.7/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.7/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/build.gradle +1 -1
- package/android/gradlew.bat +15 -0
- package/lemnisk-react-native.podspec +1 -1
- package/package.json +1 -1
- package/android/.gradle/6.5/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.5/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.5/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.5/fileContent/fileContent.lock +0 -0
- package/android/.gradle/6.5/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.5/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.5/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.5/gc.properties +0 -0
- package/android/.gradle/6.5/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/6.7/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.7/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.7/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.7/javaCompile/classAnalysis.bin +0 -0
- package/android/.gradle/6.7/javaCompile/jarAnalysis.bin +0 -0
- package/android/.gradle/6.7/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/6.7/javaCompile/taskHistory.bin +0 -0
- package/android/.gradle/7.4/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
Binary file
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1
|
-
#
|
1
|
+
#Wed Aug 16 11:19:50 IST 2023
|
2
2
|
gradle.version=6.7
|
Binary file
|
Binary file
|
Binary file
|
package/android/build.gradle
CHANGED
@@ -56,7 +56,7 @@ repositories {
|
|
56
56
|
dependencies {
|
57
57
|
//noinspection GradleDynamicVersion
|
58
58
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
59
|
-
implementation 'co.lemnisk.app.android:AndroidSDK:1.1.
|
59
|
+
implementation 'co.lemnisk.app.android:AndroidSDK:1.1.39'
|
60
60
|
//implementation(name:'AndroidSDK-release', ext:'aar')
|
61
61
|
implementation group: 'joda-time', name: 'joda-time', version: '2.10.10'
|
62
62
|
implementation 'com.google.android.gms:play-services-base:18.2.0'
|
package/android/gradlew.bat
CHANGED
@@ -40,7 +40,11 @@ if defined JAVA_HOME goto findJavaFromJavaHome
|
|
40
40
|
|
41
41
|
set JAVA_EXE=java.exe
|
42
42
|
%JAVA_EXE% -version >NUL 2>&1
|
43
|
+
<<<<<<< HEAD:ios-swift-sdk/Examples/LemniskReactDemo/android/gradlew.bat
|
44
|
+
if "%ERRORLEVEL%" == "0" goto execute
|
45
|
+
=======
|
43
46
|
if "%ERRORLEVEL%" == "0" goto init
|
47
|
+
>>>>>>> master:react-native/android/gradlew.bat
|
44
48
|
|
45
49
|
echo.
|
46
50
|
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
@@ -54,7 +58,11 @@ goto fail
|
|
54
58
|
set JAVA_HOME=%JAVA_HOME:"=%
|
55
59
|
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
56
60
|
|
61
|
+
<<<<<<< HEAD:ios-swift-sdk/Examples/LemniskReactDemo/android/gradlew.bat
|
62
|
+
if exist "%JAVA_EXE%" goto execute
|
63
|
+
=======
|
57
64
|
if exist "%JAVA_EXE%" goto init
|
65
|
+
>>>>>>> master:react-native/android/gradlew.bat
|
58
66
|
|
59
67
|
echo.
|
60
68
|
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
@@ -64,6 +72,8 @@ echo location of your Java installation.
|
|
64
72
|
|
65
73
|
goto fail
|
66
74
|
|
75
|
+
<<<<<<< HEAD:ios-swift-sdk/Examples/LemniskReactDemo/android/gradlew.bat
|
76
|
+
=======
|
67
77
|
:init
|
68
78
|
@rem Get command-line arguments, handling Windows variants
|
69
79
|
|
@@ -79,6 +89,7 @@ if "x%~1" == "x" goto execute
|
|
79
89
|
|
80
90
|
set CMD_LINE_ARGS=%*
|
81
91
|
|
92
|
+
>>>>>>> master:react-native/android/gradlew.bat
|
82
93
|
:execute
|
83
94
|
@rem Setup the command line
|
84
95
|
|
@@ -86,7 +97,11 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
|
86
97
|
|
87
98
|
|
88
99
|
@rem Execute Gradle
|
100
|
+
<<<<<<< HEAD:ios-swift-sdk/Examples/LemniskReactDemo/android/gradlew.bat
|
101
|
+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
102
|
+
=======
|
89
103
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
104
|
+
>>>>>>> master:react-native/android/gradlew.bat
|
90
105
|
|
91
106
|
:end
|
92
107
|
@rem End local scope for the variables with windows NT shell
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|