https://hello-bryan.tistory.com/143
[Android] BuildConfig 변수 생성/사용하기
BuildConfig 변수. 변수 선언 1. build.gradle 의 defaultConfig { 안에 } 사용합니다. defaultConfig { applicationId "your project" minSdkVersion 26 targetSdkVersion 29 versionCode 1 versionName "1.0" bu..
hello-bryan.tistory.com
반응형
'Platform > Android' 카테고리의 다른 글
[Retrofit] url 연결 (0) | 2021.12.28 |
---|---|
[build.gradle] 변수 추가해서 Java 에서 사용하기 (0) | 2021.12.24 |
setAllowFileAccess (0) | 2021.10.22 |
[Okhttp] timeout 설정 (0) | 2021.10.08 |
[TroubleShooting] androidx.constraintlayout.widget.Group 사용 시, visibility 적용 안될 때 (2) | 2021.08.30 |