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.
@@ -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.6.7'
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.2",
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": {
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
17
17
  s.requires_arc = true
18
18
 
19
19
  s.dependency "React"
20
- s.dependency "Chartbeat", '1.5.0'
20
+ s.dependency "Chartbeat", '~> 1.5.0'
21
21
  end