Skip to content

Commit 8db7e83

Browse files
committed
🔖 release v1.0.2
## 1.0.2 * [FIX] replace `URLDecoder.decode(String, Charset)` (API 33+) with `URLDecoder.decode(String, String)` to restore Android compatibility (minSdk 25). * [CHORE] improve code readability by simplifying conditional expressions and comments
1 parent 9dafda6 commit 8db7e83

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
* [FIX] replace `URLDecoder.decode(String, Charset)` (API 33+) with `URLDecoder.decode(String, String)` to restore Android compatibility (minSdk 25).
4+
* [CHORE] improve code readability by simplifying conditional expressions and comments
5+
16
## 1.0.1
27

38
* [CHORE] Update Kotlin version to 2.0.21.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "io.github.techouse"
11-
version = "1.0.1"
11+
version = "1.0.2"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)