Skip to content

Commit 699b1ec

Browse files
committed
📝 update Kotlin version in README badge to 2.2.20
1 parent dd9c47e commit 699b1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A query string encoding and decoding library for Android and Kotlin/JVM.
88

99
Ported from [qs](https://www.npmjs.com/package/qs) for JavaScript.
1010

11-
[![Kotlin 2.0.21](https://img.shields.io/badge/Kotlin-2.0.21-7F52FF?logo=kotlin&logoColor=white)](https://kotlinlang.org/docs/whatsnew2020.html)
11+
[![Kotlin 2.2.20](https://img.shields.io/badge/Kotlin-2.2.20-7F52FF?logo=kotlin&logoColor=white)](https://kotlinlang.org/docs/whatsnew2220.html)
1212
[![JVM 17](https://img.shields.io/badge/JVM-17-007396?logo=openjdk&logoColor=white)](https://openjdk.org/projects/jdk/17/)
1313
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.techouse/qs-kotlin)](https://central.sonatype.com/artifact/io.github.techouse/qs-kotlin)
1414
[![Android AAR](https://img.shields.io/badge/Android-AAR-3DDC84?logo=android&logoColor=white)](https://central.sonatype.com/artifact/io.github.techouse/qs-kotlin-android)
@@ -105,7 +105,7 @@ dependencies {
105105

106106
## Requirements
107107

108-
- Kotlin **2.0.21+**
108+
- Kotlin **2.2.20+**
109109
- Java **17+**
110110
- Android wrapper: AGP **8.7+**, `compileSdk 35`, `minSdk 25`
111111

0 commit comments

Comments
 (0)