This commit is contained in:
lunaticbum 2025-11-24 18:02:41 +09:00
parent dde81cab65
commit 92a4525091

View File

@ -7,7 +7,7 @@ plugins {
android {
namespace = "com.playwith.playwith_app"
compileSdk = 34
compileSdk = 36
ndkVersion = flutter.ndkVersion
// [수정할 부분]
@ -31,7 +31,7 @@ android {
// [수정] 최소 SDK는 21 이상이면 됨
minSdk = flutter.minSdkVersion
// [수정] 타겟 SDK도 34로 올림
targetSdk = 34
targetSdk = 36
versionCode = flutter.versionCode
versionName = flutter.versionName