Skip to content

Commit

Permalink
Release 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Dec 9, 2024
1 parent 75c5ba2 commit 91fc9ee
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# [Smooch SDK for Android](http://www.smooch.io)

Please submit bug reports to [Zendesk](https://support.zendesk.com/hc/en-us/articles/4408843597850) and be sure to consult our [Getting help section](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/getting_support_on_zendesk_mobile_sdks/) of our documentation.

[![Bintray](https://api.bintray.com/packages/smoochorg/maven/smooch/images/download.svg)](https://zendesk.jfrog.io/ui/native/repo/io/smooch/)
[![License](http://img.shields.io/cocoapods/l/Smooch.svg)](https://smooch.io/terms)

Expand All @@ -10,8 +8,8 @@ Sign up and get an integration id: [https://app.smooch.io/signup](https://app.sm
Add the dependencies right into your `build.gradle` file

```
implementation 'io.smooch:core:9.5.0'
implementation 'io.smooch:ui:9.5.0'
implementation 'io.smooch:core:9.6.0'
implementation 'io.smooch:ui:9.6.0'
```

Initialize Smooch in your [Application](https://developer.android.com/reference/android/app/Application.html) class
Expand Down Expand Up @@ -75,8 +73,8 @@ If your app also uses Firebase or support libraries, their version must match th
dependencies {
// Smooch
implementation 'io.smooch:core:9.5.0'
implementation 'io.smooch:ui:9.5.0'
implementation 'io.smooch:core:9.6.0'
implementation 'io.smooch:ui:9.6.0'
// Libraries imported by Smooch
implementation "com.google.firebase:firebase-messaging:23.0.6"
Expand Down
Binary file removed core/core-9.5.0.aar
Binary file not shown.
Binary file added core/core-9.6.0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
dependencies {

// Add Smooch ui to use the SDK out of the box
implementation 'io.smooch:ui:9.5.0'
implementation 'io.smooch:ui:9.6.0'

// Smooch core is included in ui and can be omitted
// Add it to your dependencies if you intend to build a custom UI
Expand Down
1 change: 1 addition & 0 deletions languages/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<string name="Smooch_problemGettingPhoto">There was a problem retrieving your photo.</string>
<string name="Smooch_problemSavingPhoto">There was a problem saving your photo.</string>
<string name="Smooch_problemLaunchingCamera">There was a problem launching the camera.</string>
<string name="Smooch_problemProcessingFile">There was an error processing the file you selected.</string>
<string name="Smooch_unsupportedMessageType">Unsupported message type</string>
<string name="Smooch_unsupportedActionType">Unsupported action type</string>
<string name="Smooch_locationSendingFailed">Could not send location.</string>
Expand Down
Binary file removed ui/ui-9.5.0.aar
Binary file not shown.
Binary file added ui/ui-9.6.0.aar
Binary file not shown.

0 comments on commit 91fc9ee

Please sign in to comment.