diff --git a/android/build.gradle b/android/build.gradle index 94133bc..fb05585 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -71,7 +71,7 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation 'co.tryterra:terra-rtandroid:0.4.3' + implementation 'co.tryterra:terra-rtandroid:0.4.11' } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index d3fa5dd..7e07fa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "terra-rt", - "version": "0.2.5", - "description": "React Native SDK for Terra's realtime (websocket) streaming — live data from BLE devices and Apple Watch.", + "version": "0.2.6", + "description": "React Native SDK for Terra's realtime (websocket) streaming \u2014 live data from BLE devices and Apple Watch.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/react-native-terra-rt-react.podspec b/react-native-terra-rt-react.podspec index a897b31..6b40fd1 100644 --- a/react-native-terra-rt-react.podspec +++ b/react-native-terra-rt-react.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.frameworks = ['HealthKit'] s.dependency "React-Core" - s.dependency "TerraRTiOS", "=0.3.12" + s.dependency "TerraRTiOS", "=0.3.13" # Don't install the dependencies when we run `pod install` in the old architecture.