Releases: urbanairship/react-native-airship
Releases · urbanairship/react-native-airship
2.2.0
- Updated Android SDK to 9.6.0.
- Android now requires compiling against API 28 (compileSdkVersion 28)
- Firebase core and messaging dependency versions can be overridden with
firebaseMessagingVersion
and firebaseCoreVersion
gradle properties.
- Updated the sample to use latest React Native.
2.1.3
- Updated Android SDK to 9.5.6.
2.1.2
- Updated Android SDK to 9.5.5.
- Updated iOS SDK to 10.0.3.
2.1.1
- Reverted Android firebase-core dependency back to 16.0.1 to avoid bug in 16.0.3.
2.0.3
- Fixed iOS pending event (backported from 2.1.0).
- Updated Android SDK to 9.5.2.
2.1.0
- Added support for enabling notifications with a resulting promise.
- Fixed iOS event addition bug.
- Updated Android SDK to 9.5.2.
- Updated iOS SDK to 10.0.0.
2.0.2
- Fixed Android pending events.
- Updated Android SDK to 9.5.0.
- Updated recommmended iOS SDK to 9.4.0.
- Updated header search paths for ExpoKit.
2.0.1
- Fixed firebase-core dependency (now 16.0.1)
2.0.0
- Added support for authorized notification settings on iOS
- Android SDK now defaults to FCM, and depends on firebase-core
- Updated iOS SDK to 9.3.3
- Update Android SDK to 9.4.1
1.6.2
- Remove use of AsyncTaskCompat to be compatible with Android Support Library 27