Skip to content

Commit

Permalink
Prepare for release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chshapiro committed Apr 8, 2021
1 parent a04e7af commit 5d26f3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## 8.0.2

##### Updated
- - Updated to [Braze Android SDK 13.1.2](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1312).

## 8.0.1

##### Updated
- Updated to [Braze Android SDK 13.1.1](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1311).

## 8.0.0

##### Known Issues with version 8.0.0
Dismissing notifications with the application open can result in the transparent NotificationTrampolineActivity to remain at the top of the application back-stack and appear to hang the application. It is advised to update to version 8.0.2 of the SDK instead of this version.

##### Breaking
- Updated to [Braze Android SDK 13.1.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1310).
- In your top-level project `build.gradle`, add the following as repositories under `allprojects` -> `repositories`:
Expand Down
2 changes: 1 addition & 1 deletion appboy-segment-integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {

compileOnly 'com.segment.analytics.android:analytics:4.3.1'

api 'com.appboy:android-sdk-ui:13.1.1'
api 'com.appboy:android-sdk-ui:13.1.2'

testImplementation 'junit:junit:4.12'

Expand Down

0 comments on commit 5d26f3f

Please sign in to comment.