react-native-gleapsdk 6.2.1 → 6.3.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 +2 -2
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/react-native-gleapsdk.podspec +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Gleap ReactNative SDK
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
The Gleap SDK for ReactNative is the easiest way to integrate Gleap into your apps!
|
|
6
6
|
|
|
@@ -24,4 +24,4 @@ Gleap.initialize('ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV');
|
|
|
24
24
|
|
|
25
25
|
## Need help?
|
|
26
26
|
|
|
27
|
-
Checkout our full [documentation](https://docs.gleap.io/react-native/getting-started) or [contact us](https://gleap.io/) - we are always here to help 👋.
|
|
27
|
+
Checkout our full [documentation](https://docs.gleap.io/react-native/getting-started) or [contact us](https://gleap.io/) - we are always here to help 👋.
|
package/android/build.gradle
CHANGED
|
@@ -56,6 +56,6 @@ dependencies {
|
|
|
56
56
|
//noinspection GradleDynamicVersion
|
|
57
57
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
58
58
|
// https://mvnrepository.com/artifact/io.gleap/gleap-android-sdk
|
|
59
|
-
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '6.
|
|
59
|
+
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '6.3.0'
|
|
60
60
|
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-gleapsdk",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"description": "Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|