Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelCrovetto committed Jan 15, 2024
1 parent 3b917df commit 2796486
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Mopinion Android SDK - Web version
The Mopinion Android Web SDK is built in native Kotlin and uses webviews to render interface components. Looking for our SDK with native interface components? Find our latest full SDK built in native Kotlin [here](https://github.com/Mopinion-com/mopinion-sdk-android).

## <a name="release_notes">Release notes for version 1.0.4</a>
Fixed bugs:
- Certain forms were not shown.
- Improved overall stability.
## <a name="release_notes">Release notes for version 1.0.5</a>

- Exceptions are now also handled when the Mopinion.kt object is created, avoiding the client's app to suffer a fatal crash due to an odd exception.
- Fixed a bug where the webview loader had an unexpected behaviour.



Expand Down Expand Up @@ -51,7 +51,7 @@ your project. The minimal required Android API is 21.

```groovy
dependencies {
implementation 'com.mopinion:sdk-android-web:1.0.4'
implementation 'com.mopinion:sdk-android-web:1.0.5'
}
```

Expand Down

0 comments on commit 2796486

Please sign in to comment.