Skip to content

Commit a077b59

Browse files
authored
Updating android sdk to 21.11.0 (#88)
1 parent 773ef71 commit a077b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Added ability to add custom sound effect for android push notifications.
33
* Deprecated 'askForFeedback' method. Added 'presentRatingWidgetWithID' method that should be used as it's replacement.
44
* Updated minimum supported iOS versions to 10.0
5-
* Underlying android SDK version is 21.11.0-RC5
5+
* Updated underlying android SDK version to 21.11.0
66
* Updated underlying iOS SDK version to 21.11.2
77

88
## 20.11.16

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141

4242
dependencies {
4343
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
44-
implementation 'ly.count.android:sdk:21.11.0-RC5'
44+
implementation 'ly.count.android:sdk:21.11.0'
4545

4646
// Import the BoM for the Firebase platform
4747
// The BoM version of 28.4.2 is the newest release that will target firebase-messaging version 22

0 commit comments

Comments
 (0)