Skip to content

Commit 6ce1863

Browse files
Upgrade {compile,target}Sdk
1 parent e390758 commit 6ce1863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88

99
android {
1010
namespace = "org.vonderheidt.hips"
11-
compileSdk = 35
11+
compileSdk = 36
1212

1313
defaultConfig {
1414
applicationId = "org.vonderheidt.hips"
1515
minSdk = 24
16-
targetSdk = 35
16+
targetSdk = 36
1717
versionCode = 1
1818
versionName = "1.0"
1919

0 commit comments

Comments
 (0)