We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51718e0 commit d0f7a2aCopy full SHA for d0f7a2a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.1
2
+
3
+* [CHORE] update Android compileSdk to 36
4
5
## 1.3.0
6
7
* [BREAKING] `EncodeOptions.delimiter` now expects a `StringDelimiter` instead of a `String` for improved type safety
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
allprojects {
10
group = "io.github.techouse"
11
- version = "1.3.0"
+ version = "1.3.1"
12
repositories {
13
google()
14
mavenCentral()
0 commit comments