Skip to content

Commit 9610788

Browse files
committed
Upgrade target Android SDK to 35
1 parent f21ff7a commit 9610788

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)