Skip to content

Commit

Permalink
Prepare for release 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlogan committed Aug 11, 2023
1 parent 0b760d4 commit 02067b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 15.0.1

##### Updated
- Updated to [Braze Android SDK 26.3.2](https://github.com/braze-inc/braze-android-sdk/blob/master/CHANGELOG.md#2632).

## 15.0.0

> Starting with this release, this SDK will use [Semantic Versioning](https://semver.org/).
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.10.4'

api 'com.braze:android-sdk-ui:26.3.0'
api 'com.braze:android-sdk-ui:26.3.2'

testImplementation 'junit:junit:4.12'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,9 @@ public void subscribeToFeatureFlagsUpdates(IEventSubscriber<FeatureFlagsUpdatedE
public void subscribeToNoMatchingTriggerForEvent(IEventSubscriber<NoMatchingTriggerEvent> iEventSubscriber) {

}

@Override
public void logFeatureFlagImpression(String s) {

}
}

0 comments on commit 02067b8

Please sign in to comment.