Skip to content

Commit

Permalink
Merge pull request #770 from Polidea/prepare_version_2_0_2
Browse files Browse the repository at this point in the history
Prepare version 2.0.2
  • Loading branch information
Cierpliwy authored Nov 23, 2020
2 parents 39b4f00 + b956b9a commit 5f12bf3
Show file tree
Hide file tree
Showing 13 changed files with 3,053 additions and 1,424 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ matrix:
# Integration tests for different React Native versions

- <<: *android_job_template
name: 'Integrate with RN 0.63.2 Android'
env: RN_VERSION=0.63.2
name: 'Integrate with RN 0.63.3 Android'
env: RN_VERSION=0.63.3
- <<: *ios_job_template
name: 'Integrate with RN 0.63.2 iOS'
env: RN_VERSION=0.63.2
name: 'Integrate with RN 0.63.3 iOS'
env: RN_VERSION=0.63.3

- <<: *android_job_template
name: 'Integrate with RN 0.62.2 Android'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**2.0.2**
- Updated MultiplatformBleAdapter to version 0.1.7.
- Added support for BleMulator
- Removed destroying of client upon catalystInstanceDestroy.
- Updated CI to RN 0.63.3

**2.0.1**

- Fixed `onDisconnected()` callback on Android
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ for the old instructions or [migration guide](./docs/MIGRATION_V1.md).

| React Native | 2.0.0 |
| ------------- | ------------------------------ |
| 0.63.2 | :white_check_mark: |
| 0.63.3 | :white_check_mark: |
| 0.62.2 | :white_check_mark: |
| 0.61.5 | :white_check_mark: |
| 0.60.6 | :white_check_mark: |

## Recent Changes

**2.0.1**

- Fixed `onDisconnected()` callback on Android
- Fixed possibility of wrong characteristics being used on Android if they shared the same UUID
**2.0.2**
- Updated MultiplatformBleAdapter to version 0.1.7.
- Added support for BleMulator
- Removed destroying of client upon catalystInstanceDestroy.
- Updated CI to RN 0.63.3

[All previous changes](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation 'com.github.Polidea:MultiPlatformBleAdapter:d2279e0621b285f2d16382af668ae3981abf0639'
implementation 'com.github.Polidea:MultiPlatformBleAdapter:0.1.7'
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>react-native-ble-plx 2.0.1 | Documentation</title>
<title>react-native-ble-plx 2.0.2 | Documentation</title>
<meta name='description' content='React Native Bluetooth Low Energy library'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>react-native-ble-plx</h3>
<div class='mb1'><code>2.0.1</code></div>
<div class='mb1'><code>2.0.2</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'BleClient' do
use_frameworks!

# Pods for BleClient
pod 'MultiplatformBleAdapter', '~> 0.1.5'
pod 'MultiplatformBleAdapter', '~> 0.1.7'
end
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- MultiplatformBleAdapter (0.1.5)
- MultiplatformBleAdapter (0.1.7)

DEPENDENCIES:
- MultiplatformBleAdapter (~> 0.1.5)
- MultiplatformBleAdapter (~> 0.1.7)

SPEC REPOS:
trunk:
- MultiplatformBleAdapter

SPEC CHECKSUMS:
MultiplatformBleAdapter: 3c4391d428382738a47662ae1f665a29ce78ff39
MultiplatformBleAdapter: 975cfb2a333b2c42b7a11628bd100ccb61872da2

PODFILE CHECKSUM: 1020dc7e2662fb2d2a45c16b877cee799a63a44e
PODFILE CHECKSUM: 79bdda221d3c51c636d7aad2a4e165eb797857e9

COCOAPODS: 1.9.1
COCOAPODS: 1.9.3
Loading

0 comments on commit 5f12bf3

Please sign in to comment.