Skip to content

Commit

Permalink
Updated SDK Version to 1.5.1 (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Young <sarah.young@salesforce.com>
  • Loading branch information
sarahedenyoung committed Apr 15, 2024
1 parent 0f3a846 commit 6d6fdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/MessagingCoreExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
}

dependencies {
implementation 'com.salesforce.service:messaging-inapp-core:1.5.0'
implementation 'com.salesforce.service:messaging-inapp-core:1.5.1'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/MessagingUIExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
}

dependencies {
implementation 'com.salesforce.service:messaging-inapp-ui:1.5.0'
implementation 'com.salesforce.service:messaging-inapp-ui:1.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
Expand Down

0 comments on commit 6d6fdce

Please sign in to comment.