Skip to content

Commit

Permalink
Merge pull request #663 from Iterable/evan/MOB-7312-prepare-for-3.5.0…
Browse files Browse the repository at this point in the history
…-beta1-release

[MOB-7312] prepare for 3.5.0-beta1 release
  • Loading branch information
evantk91 committed Nov 17, 2023
2 parents 0d34c39 + 46f9fc2 commit b1a64c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Changed
- nothing yet

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

## [3.4.17](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.17)
#### Added
- when JWT is invalid, `IterableAuthManager` is updated to fetch and store a new JWT token locally
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
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.17'
libraryVersion = '3.5.0-beta1'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.17\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.0-beta1\""

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

libraryVersion = '3.4.17'
libraryVersion = '3.5.0-beta1'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
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.17'
implementation 'com.iterable:iterableapi-ui:3.4.17'
implementation 'com.iterable:iterableapi:3.5.0-beta1'
implementation 'com.iterable:iterableapi-ui:3.5.0-beta1'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit b1a64c9

Please sign in to comment.