Skip to content

Commit 91911cb

Browse files
Upgrade targetSdk to match compileSdk
1 parent 206e90d commit 91911cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
applicationId = "org.vonderheidt.hips"
1313
minSdk = 24
14-
targetSdk = 34
14+
targetSdk = 35
1515
versionCode = 1
1616
versionName = "1.0"
1717

0 commit comments

Comments
 (0)