티스토리 뷰
728x90
- Version code
- 정수값, 플레이 스토어에서 버전 구분용으로 사용
- 내부 버전 번호로 사용.
- 이 번호는 하나의 버전이 다른 버전보다 최신인지 여부를 판단하는 데만 사용되며, 번호가 높을수록 더욱 최신 버전임.
- 사용자에게 표시되는 버전 번호가 아님(사용자에게 표시되는 번호는 version name)
- Version name
- 플레이 스토어에서 사용자에게 보여주기 위함.
- 문자열이며, 사용자에게 표시되는 버전 번호로 사용됨.
- 이 설정은 원시 문자열이나 문자열 리소스에 대한 참조로 지정할 수 있다.
- 이 값은 문자열이므로 앱 버전을 <major>.<minor>.<point> 문자열이나 다른 유형의 절대 또는 상대 버전 식별자로 사용.
- Version name은 사용자에게 표시하는 것 이외에 다른 용도는 없다.
[Gradle]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
defaultConfig { | |
applicationId "com.parkho.example" | |
versionCode 18 | |
versionName "1.1.7" | |
} | |
} |
[AndroidManifest]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
defaultConfig { | |
applicationId "com.parkho.example" | |
versionCode 18 | |
versionName "1.1.7" | |
} | |
} |
자세한 사항은 하단 link 를 참조하자.
(https://developer.android.com/studio/publish/versioning.html?hl=ko)
728x90
'Android' 카테고리의 다른 글
Tools attributes (0) | 2018.11.07 |
---|---|
Permission 없이 사진 촬영하기 (0) | 2018.10.31 |
Android API level (SDK version list) (0) | 2018.08.16 |
안드로이드 스튜디오 자동 임포트 시 inner class 사용하기 (0) | 2018.08.13 |
안드로이드 스튜디오 자동 임포트 (Android studio auto import) (0) | 2018.08.13 |
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- BroadcastReceiver
- android flag activity
- mPANDO
- 리워드 어플
- RoomDatabase
- android intent
- task 생성
- 안드로이드 서비스
- bindservice
- Android Service
- registerForContextMenu
- M2E
- android activity flag
- task
- 앱테크 추천
- 무료채굴
- 앱테크
- 안드로이드 인텐트
- onContextItemSelected
- 무료 채굴
- StartService
- Intent
- android task
- p2e
- notifyDataSetChanged
- onCreateContextMenu
- WEMIX
- StringUtils
- 채굴앱
- 리워드앱
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
글 보관함