File tree 2 files changed +8
-2
lines changed
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/).
15
15
#### Fixed
16
16
- nothing yet
17
17
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
+
18
24
## [ 3.1.0-beta2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.0-beta2 )
19
25
20
26
#### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 15
10
10
targetSdkVersion 27
11
11
12
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.1.0-beta2 \" "
12
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.1.0-beta3 \" "
13
13
14
14
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
15
15
}
66
66
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
67
67
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
68
68
69
- libraryVersion = ' 3.1.0-beta2 '
69
+ libraryVersion = ' 3.1.0-beta3 '
70
70
71
71
developerId = ' davidtruong'
72
72
developerName = ' David Truong'
You can’t perform that action at this time.
0 commit comments