..
This commit is contained in:
parent
dde81cab65
commit
92a4525091
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.playwith.playwith_app"
|
||||
compileSdk = 34
|
||||
compileSdk = 36
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
// [수정할 부분]
|
||||
@ -31,8 +31,8 @@ android {
|
||||
// [수정] 최소 SDK는 21 이상이면 됨
|
||||
minSdk = flutter.minSdkVersion
|
||||
// [수정] 타겟 SDK도 34로 올림
|
||||
targetSdk = 34
|
||||
|
||||
targetSdk = 36
|
||||
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user