File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515#### Fixed
1616- nothing yet
1717
18+ ## [ 3.1.0-beta3] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.0-beta3 )
19+
20+ #### Changed
21+ - Increased the number of in-app messages fetched from the server to 100
22+ - Changed the visibility of ` syncInApp ` to package-private
23+
1824## [ 3.1.0-beta2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.0-beta2 )
1925
2026#### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion 15
1010 targetSdkVersion 27
1111
12- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.1.0-beta2 \" "
12+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.1.0-beta3 \" "
1313
1414 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1515 }
6666 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
6767 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
6868
69- libraryVersion = ' 3.1.0-beta2 '
69+ libraryVersion = ' 3.1.0-beta3 '
7070
7171 developerId = ' davidtruong'
7272 developerName = ' David Truong'
You can’t perform that action at this time.
0 commit comments