Skip to content

Commit 1f91c1e

Browse files
FagundesCristianoFclaudeJesusMcCloud
authored
Change: Lower Android minSdk from 30 to 21 and bump to 3.2.0 (#55)
* Change: Lower Android minSdk from 30 to 21 and bump to 3.1.1 --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: Bernd Prünster <bernd.pruenster@a-sit.at>
1 parent 0f154dc commit 1f91c1e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
# Release 3.1.1
4+
* Change: Lower Android `minSdk` from 30 to 21
5+
36
# Release 3.1.0
47
* Add: structural equality check for `NormalizedJsonPath` and `NormalizedJsonPathSegment`
58

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlin.native.ignoreDisabledTargets=true
1616
# workaround dokka bug (need to wait for next snapshot build)
1717
org.jetbrains.dokka.classpath.excludePlatformDependencyFiles=true
1818

19-
artifactVersion = 3.1.0
19+
artifactVersion = 3.1.1
2020
jdk.version=17
2121

2222
android.experimental.lint.version=8.5.0

jsonpath4k/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ android {
136136
targetCompatibility = JavaVersion.VERSION_1_8
137137
}
138138
defaultConfig {
139-
minSdk = 30
139+
minSdk = 21
140140
}
141141
}
142142

0 commit comments

Comments
 (0)