Skip to content

Commit

Permalink
docs: update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Dec 3, 2024
1 parent 2b37bf1 commit ba171e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ The Kotlin SDK for TelemetryDeck is available from Maven Central and can be used

```groovy
dependencies {
// ...
// Please replace 1.0.0 with the latest version of the SDK
implementation 'com.github.TelemetryDeck:KotlinSDK:1.0.0'
implementation 'com.telemetrydeck:kotlin-sdk:3.0.0'
}
```

If needed, update your `gradle.settings` to reference Kotlin version compatible with 1.9.25, e.g.:
If needed, update your `gradle.settings` to reference Kotlin version compatible with 2.0.20, e.g.:

```
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
```

### Permission for internet access
Expand Down Expand Up @@ -222,7 +220,9 @@ Please note that the logger implementation should be thread safe as it may be in
## Requirements

- Android API 21 or later
- Kotlin 1.9.25 or later
- Kotlin 2.0.20-21
- Gradle 6.8.3–8.8*
- AGP 7.1.3–8.5


## Migrating providers to 3.0+
Expand Down
17 changes: 0 additions & 17 deletions RELEASE.md

This file was deleted.

3 changes: 0 additions & 3 deletions jitpack.yml

This file was deleted.

0 comments on commit ba171e5

Please sign in to comment.