signingConfigs Android에서 Build를 할 때 Sining Key는 필수 사항이다. 물론 debug 모드로 빌드를 진행하면 Android Studio 내부에서 기본으로 제공하는 Key로 빌드를 하지만 앱을 배포하거나 BuildVariant를 release로 바꾸면 Key를 요구하며 때로는 debug Key를 개발자가 수정하는 경우가 생긴다. build.gradle 설정 signingConfigs 프로젝트에서 사용할 키를 signingConfig 함수를 통해 설정한다. build.gradle에 Key에 대한 정보를 바로 기입할 수 있지만, properties에 변수로 선언하여 사용할 수 있다. android { signingConfigs { debugKey { storeFile file(..
Build Variant 프로젝트를 진행할 때 테스트, SDK 지원 등 다양한 이유로 앱을 분기해서 관리할 경우가 있습니다. 여러 프로젝트를 만들고 코드를 공유해도 되지만 Gradle 설정으로 하나의 프로젝트에서 쉽게 관리할 수 있습니다. defaultConfig 다양한 BuildVariant에서 공통된 설정을 추가할 수 있습니다. android { defaultConfig { applicationId "com.taetae98.build" minSdk 31 targetSdk 32 versionCode 10000 versionName "1.00.00" buildConfigField "String", "BASE_URL", '"www.naver.com"' manifestPlaceholders["appLabel..
- Total
- Today
- Yesterday
- Android
- Exception
- observable
- 클린 코드
- 보이스카우트 규칙
- ConcatAdapter.Config
- ViewModelStoreOwner
- Flutter
- ViewModelProvider
- null
- 클린코드
- Flowable
- 코루틴
- git
- DSL
- DART
- gradle
- TDD
- Widget
- 함수
- commit
- rxjava
- isActive
- 연산자
- Coroutine
- ConcatAdapter
- Kotlin
- viewmodel
- CancellationException
- clean code
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
