Skip to content

Commit 1c18a91

Browse files
authored
Merge pull request #1018 from jsonschema2dataclass/android-app-version
Upgrade target Android SDK to 35
2 parents 30903a0 + 9610788 commit 1c18a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/android-agp7/lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins {
77
android {
88
namespace = "org.jsonschema2dataclass.lib"
99

10-
compileSdkVersion = "android-34"
10+
compileSdkVersion = "android-35"
1111

1212
defaultConfig {
1313
minSdk = 24
14-
targetSdk = 34
14+
targetSdk = 35
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)