Skip to content

Commit

Permalink
Merge pull request #26 from paug/rename-to-kotlin
Browse files Browse the repository at this point in the history
Update README to include KMP and new version
  • Loading branch information
martinbonnin authored Mar 27, 2024
2 parents 12b9c5a + 4265f05 commit 6b2edf6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![BuildStatus](https://github.com/paug/openfeedback-android-sdk/actions/workflows/ci.yaml/badge.svg)](https://github.com/paug/openfeedback-android-sdk/actions/workflows/ci.yaml/badge.svg)

# Open-Feedback Android SDK
# Open-Feedback Kotlin SDK

An Android client for Open-Feeedback https://github.com/HugoGresse/open-feedback:
A Kotlin multiplatform client for Open-Feeedback https://github.com/HugoGresse/open-feedback:

![screenshot](docs/screenshot.png)

Expand Down Expand Up @@ -54,11 +54,9 @@ repositories {
mavenCentral()
}

val openfeedbackVersion = "0.1.2"
val openfeedbackVersion = "0.2.1"
dependencies {
// Material 3
implementation("io.openfeedback:feedback-sdk-m3:$openfeedbackVersion")
// ViewModel
implementation("io.openfeedback:feedback-sdk-viewmodel:$openfeedbackVersion")
implementation("io.openfeedback:openfeedback-m3:$openfeedbackVersion")
}
```

0 comments on commit 6b2edf6

Please sign in to comment.