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