Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The repository currently uses:
| --- | --- | --- |
| JDK | 21 | Make Java available to the wrapper; the build also requests a Java 21 toolchain. |
| Gradle | 9.7.1 | Use the checked-in wrapper. |
| Kotlin | 2.4.10 | Resolved by Gradle. |
| Kotlin | 2.4.20 | Resolved by Gradle. |
| Android Gradle Plugin | 9.4.0 | Resolved by Gradle. |
| Android SDK platform | 37 | Install it and Platform-Tools through the Android SDK Manager. |

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use `api` plus framework `export(...)` when Swift needs these types; follow the

| Requirement | Value |
| --- | --- |
| Kotlin compiler | 2.4 or newer; this repository builds with 2.4.10 |
| Kotlin compiler | 2.4 or newer; this repository builds with 2.4.20 |
| JVM bytecode target | 11 or newer, including Android consumers |
| Android devices | API 21 or newer |
| Android compile SDK | 34 or newer |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "9.4.0"
androidx-startup = "1.2.0"
kotlin = "2.4.10"
kotlin = "2.4.20"
kotlinx-coroutines = "1.11.0"
maven-publish = "0.37.0"

Expand Down