rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 291 forks source link

Patch-1 #96

Closed Shhzdmrz closed 4 years ago

Shhzdmrz commented 5 years ago

fixed #21, fixed #45, fixed #55, fixed #67, closes #94.

1. Upgraded the project to remove:

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018

2. Upgraded the SDK build tools to remove:

WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4. Android SDK Build Tools 27.0.3 will be used.

3. Removed deprecated keyword/files:

  • Removed deprecated keyword @override from RCTBluetoothSerialPackage file.
  • Removed extra files from example.

    4. Upgraded the example to support React Native 0.57.0

    5. Tested on Android only.