Skip to content

Commit 93d104a

Browse files
Update build.gradle
1 parent 32991d6 commit 93d104a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ plugins {
44

55
android {
66
namespace = "modder.hub.editor"
7-
compileSdk = 33
7+
compileSdk = 37
88

99
defaultConfig {
1010
applicationId = "modder.hub.editor"
11-
minSdk = 24
12-
targetSdk = 33
11+
minSdk = 21
12+
//noinspection ExpiredTargetSdkVersion
13+
targetSdk = 28
1314
versionCode = 1
1415
versionName = "1.0"
1516
}

0 commit comments

Comments
 (0)