Skip to content

Commit

Permalink
Prepare for 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed Mar 16, 2021
1 parent 92845dd commit 47398cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [3.2.11](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.11)
#### Changed
- Changed the timeout for GET calls (`/inApp/getMessages` in particular) from 3 to 10 seconds.

#### Fixed
- Fixed a crash that would sometimes happen when dismissing an in-app message while the app is in background.

## [3.2.10](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.10)
#### Fixed
- Fixed Firebase check to work without a Firebase database URL in `google-services.json` that may not be present in some recently created Firebase projects.
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.2.10'
libraryVersion = '3.2.11'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 15
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.2.10\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.2.11\""

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

libraryVersion = '3.2.10'
libraryVersion = '3.2.11'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation 'com.google.android.material:material:1.1.0'

implementation 'com.iterable:iterableapi:3.2.10'
implementation 'com.iterable:iterableapi-ui:3.2.10'
implementation 'com.iterable:iterableapi:3.2.11'
implementation 'com.iterable:iterableapi-ui:3.2.11'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 47398cc

Please sign in to comment.