react-native-chartbeat-sdk 0.0.2 → 0.0.4
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
CHANGED
|
@@ -48,5 +48,5 @@ repositories {
|
|
|
48
48
|
dependencies {
|
|
49
49
|
//noinspection GradleDynamicVersion
|
|
50
50
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
51
|
-
implementation 'com.github.chartbeat:android_sdk:v1.
|
|
51
|
+
implementation 'com.github.chartbeat:android_sdk:v1.7.3'
|
|
52
52
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-chartbeat-sdk",
|
|
3
3
|
"title": "React Native Chartbeat SDK",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"description": "The React Native Chartbeat SDK is a native library providing Chartbeat tracking functionality for Android and iOS apps.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|