Skip to content

Commit

Permalink
Prepare for 3.1.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed May 7, 2019
1 parent 4e8effc commit 9b57e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [3.1.0-beta3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.0-beta3)

#### Changed
- Increased the number of in-app messages fetched from the server to 100
- Changed the visibility of `syncInApp` to package-private

## [3.1.0-beta2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.0-beta2)

#### Changed
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.0-beta2\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.0-beta3\""

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -66,7 +66,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.1.0-beta2'
libraryVersion = '3.1.0-beta3'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down

0 comments on commit 9b57e20

Please sign in to comment.