Refactor: Set targetSdk to Android 14

This commit is contained in:
HeCodes2Much
2024-08-24 14:06:50 +01:00
parent cbaa756346
commit 3408a5fc66

View File

@@ -13,12 +13,12 @@ plugins {
android {
namespace = "com.github.droidworksstudio.launcher"
compileSdk = 35
compileSdk = 34
defaultConfig {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 35
targetSdk = 34
versionCode = 23
versionName = "0.2.3"