반응형
매너미 - MannersMe 앱 개발 수정 작업일지 #1 https://gomsfactory.tistory.com/2872
매너미 - MannersMe 앱 개발 수정 작업일지 #2 https://gomsfactory.tistory.com/2873
매너미 - MannersMe 앱 개발 수정 작업일지 #2 https://gomsfactory.tistory.com/2874
이 글을 읽으시는 분들 모두 추앙합니다.
이번 시간에는 구글스토어에 등록을 하기 위해서 aab 파일을 만들어 보기 입니다.
1.Build > Flutter > Build App Bundle 를 클릭
2.aar 파일 빌드버전과 빌드넘버 세팅
ㄴ pubspec.yaml에서 수정
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.2+4
versionName > 1.1.2 versionCode > 4 로 지정됩니다.
좋은 하루되세요.
반응형
'Flutter' 카테고리의 다른 글
매너미 - MannersMe 앱 수정 작업일지 #6 (0) | 2023.12.16 |
---|---|
매너미 - MannersMe 앱 수정 작업일지 #5 (0) | 2023.12.12 |
매너미 - MannersMe 앱 수정 작업일지 #3 (0) | 2023.12.10 |
매너미 - MannersMe 앱 수정 작업일지 #2 (0) | 2023.12.10 |
매너미 - MannersMe 앱 수정 작업일지 #1 (1) | 2023.12.03 |