react-native-chartbeat-sdk 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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": {
|