Skip to content

Commit

Permalink
Example projects updated to use release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 28, 2023
1 parent 2c52b21 commit 4dfda0e
Show file tree
Hide file tree
Showing 12 changed files with 1,786 additions and 1,723 deletions.
2 changes: 1 addition & 1 deletion demos/Android-Demos/PolarSDK-ECG-HR-Demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation 'com.github.polarofficial:polar-ble-sdk:5.0.0'
implementation 'com.github.polarofficial:polar-ble-sdk:5.0.1'
implementation 'com.androidplot:androidplot-core:1.5.10'
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation 'com.github.polarofficial:polar-ble-sdk:5.0.0'
implementation 'com.github.polarofficial:polar-ble-sdk:5.0.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/example-ios/iosBleSdkTestApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ platform :ios, '15.0'
use_frameworks!

target 'iosBleSdkTestApp' do
pod 'PolarBleSdk', '5.0.0'
pod 'PolarBleSdk', '5.0.1'
end
8 changes: 4 additions & 4 deletions examples/example-ios/iosBleSdkTestApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- PolarBleSdk (5.0.0):
- PolarBleSdk (5.0.1):
- RxSwift (~> 6.5.0)
- SwiftProtobuf (~> 1.0)
- RxSwift (6.5.0)
- SwiftProtobuf (1.21.0)

DEPENDENCIES:
- PolarBleSdk (= 5.0.0)
- PolarBleSdk (= 5.0.1)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -15,10 +15,10 @@ SPEC REPOS:
- SwiftProtobuf

SPEC CHECKSUMS:
PolarBleSdk: 14c285b72435df678bf691d3d1e882b62b070bb5
PolarBleSdk: 560c457a9d8293a25d397046e1510d8b4b7d90ce
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: d69c18e0b854565396050e46d72611b2c4dea245
PODFILE CHECKSUM: e0754e2bc135316564248b49311722c1a2db0a71

COCOAPODS: 1.11.3
8 changes: 4 additions & 4 deletions examples/example-ios/iosBleSdkTestApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,106 changes: 1,557 additions & 1,549 deletions examples/example-ios/iosBleSdkTestApp/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4dfda0e

Please sign in to comment.