Skip to content

Commit

Permalink
[MOB - 6372] - Prepare for 3.4.13 (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: “Akshay <“[email protected]”>
  • Loading branch information
Ayyanchira and “Akshay authored Jun 16, 2023
1 parent a744570 commit 47b9a9a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

#### Fixed
- nothing yet
-

## [3.4.13](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.13)
#### Added
- `IterableInAppManager.setRead` now accepts `IterableHelper.SuccessHandler successHandler`.
- `IterableApi.inAppConsume` now accepts `IterableHelper.SuccessHandler successHandler` and `IterableHelper.FailureHandler failureHandler`.

## [3.4.12](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.12)
#### Added
- `setEmail` and `setUserId` now accepts `IterableHelper.SuccessHandler successHandler` and `IterableHelper.FailureHandler failureHandler`.
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.4.12'
libraryVersion = '3.4.13'

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 @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.12\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.13\""

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

libraryVersion = '3.4.12'
libraryVersion = '3.4.13'

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.4.12'
implementation 'com.iterable:iterableapi-ui:3.4.12'
implementation 'com.iterable:iterableapi:3.4.13'
implementation 'com.iterable:iterableapi-ui:3.4.13'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 47b9a9a

Please sign in to comment.