Skip to content

Commit 3408a5f

Browse files
Refactor: Set targetSdk to Android 14
1 parent cbaa756 commit 3408a5f

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
@@ -13,12 +13,12 @@ plugins {
1313

1414
android {
1515
namespace = "com.github.droidworksstudio.launcher"
16-
compileSdk = 35
16+
compileSdk = 34
1717

1818
defaultConfig {
1919
applicationId = "app.easy.launcher"
2020
minSdk = 24
21-
targetSdk = 35
21+
targetSdk = 34
2222
versionCode = 23
2323
versionName = "0.2.3"
2424

0 commit comments

Comments
 (0)