Refactor: Set targetSdk to Android 14
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user