@screeb/react-native 0.6.0 → 0.8.0
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/README.md +5 -0
- package/android/.gradle/{6.8 → 7.2}/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/{6.8/fileHashes/fileHashes.bin → 7.2/fileHashes/resourceHashesCache.bin} +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- 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 +3 -3
- package/package.json +1 -1
- package/screeb-module.podspec +1 -1
- package/android/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.8/gc.properties +0 -0
package/README.md
CHANGED
|
@@ -31,6 +31,11 @@ post_install do |installer|
|
|
|
31
31
|
end
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
+
When upgrading a Screeb sdk-reactnative version, it can be useful to run in /ios directory :
|
|
35
|
+
```sh
|
|
36
|
+
pod update Screeb
|
|
37
|
+
```
|
|
38
|
+
|
|
34
39
|
## Android specific configuration
|
|
35
40
|
|
|
36
41
|
First, you should use MultidexApplication if not yet to avoid compilation issues.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/.gradle/{6.8/fileHashes/fileHashes.bin → 7.2/fileHashes/resourceHashesCache.bin}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build.gradle
CHANGED
|
@@ -28,7 +28,7 @@ def getExtOrIntegerDefault(name) {
|
|
|
28
28
|
android {
|
|
29
29
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
30
30
|
defaultConfig {
|
|
31
|
-
minSdkVersion
|
|
31
|
+
minSdkVersion 21
|
|
32
32
|
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
|
|
33
33
|
versionCode 1
|
|
34
34
|
versionName "0.2.0"
|
|
@@ -124,6 +124,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
124
124
|
dependencies {
|
|
125
125
|
// noinspection GradleDynamicVersion
|
|
126
126
|
api 'com.facebook.react:react-native:+'
|
|
127
|
-
implementation "app.screeb.sdk:survey:1.
|
|
128
|
-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.
|
|
127
|
+
implementation "app.screeb.sdk:survey:1.9.1"
|
|
128
|
+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.0"
|
|
129
129
|
}
|
package/package.json
CHANGED
package/screeb-module.podspec
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|