diff --git a/README.md b/README.md index 7e39cd5..dc6cd16 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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+ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 89b83e1..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,17 +0,0 @@ -# Releasing a New Version - -1. Head to [Releases](https://github.com/TelemetryDeck/KotlinSDK/releases). - -2. Use the "Draft a new release" button to create a new release. - -3. Use the "Choose a tag" option to type in the next version, e.g., `2.2.7`, and select "Create new tag on publish." - -4. Click "Generate release notes" to auto-populate the release notes. This also applies the tag as the name for the release. - -5. Edit the release notes as needed. - -6. Publish. - -🏁 - -**Tip:** The status of the release can be checked at [JitPack](https://jitpack.io/#telemetrydeck/kotlinsdk). You may need to click "Get it" to trigger the build. diff --git a/jitpack.yml b/jitpack.yml deleted file mode 100644 index 09ac39d..0000000 --- a/jitpack.yml +++ /dev/null @@ -1,3 +0,0 @@ -# https://jitpack.io/docs/BUILDING/#custom-commands -jdk: - - openjdk17