Skip to content

Commit

Permalink
Prepare for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucimis committed May 21, 2019
1 parent 7f665e2 commit c1ed8c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.0

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

## 2.3.0

##### Breaking
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

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

api 'com.appboy:android-sdk-ui:3.2.1'
api 'com.appboy:android-sdk-ui:3.3.0'

testImplementation 'junit:junit:4.12'
testImplementation('org.robolectric:robolectric:3.0') {
Expand All @@ -76,7 +76,7 @@ dependencies {
androidTestImplementation 'junit:junit:4.12'
}

version = '2.3.0'
version = '2.4.0'

publishing {
publications {
Expand Down

0 comments on commit c1ed8c4

Please sign in to comment.