Skip to content

Commit

Permalink
Updated underlying Android SDK version to 23.8.2 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaid committed Sep 18, 2023
1 parent acd6c88 commit d22603e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

* Fixed bug in Android where recording views would force send all stored events

* Updated underlying Android SDK version to 23.8.0
* Updated underlying Android SDK version to 23.8.2
* Updated underlying iOS SDK version to 23.8.2

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

dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'ly.count.android:sdk:23.8.0'
implementation 'ly.count.android:sdk:23.8.2'

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

0 comments on commit d22603e

Please sign in to comment.