728x90
프로젝트파일 -> android/app/build.gradle
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.shin_book"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
minSdkVersion 19 변경
multiDexEnabled true 추가
'한국 20대 개발자의 성장기' 카테고리의 다른 글
| android studio vs visual studio code (3) | 2023.09.15 |
|---|---|
| Flutter Firebase Binding has not yet been initialized. (1) | 2023.09.13 |
| ASP.NET CORE iis로 서버열기 (0) | 2023.09.07 |
| 나만의 뽀모도로 만들기 #2. Flutter-FireBase 사용해보기 (2) | 2023.09.07 |
| 나만의 뽀모도로 만들기 #1. Flutter-FireBase 연동 (1) | 2023.08.30 |