Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CSS사용법
- jQuery
- R프로그래밍
- 안드로이드
- DataTable
- fragment
- android error
- android fragment
- release Apk
- html
- spring
- Kotlin
- tomcat
- Android Apk 이름 변경
- Android Apk
- JavaScript
- Eclipse
- css
- MySQL
- Java
- error
- Android
- FLUTTER
- Firebase
- apache gzip
- release unsigned
- Program type already present
- Exception
- Android Apk 이름
- java error
Archives
- Today
- Total
목록Android Apk (1)
selfstarter
Android Apk 이름 변경하기
Android Apk 이름 변경하기 apk 이름 변경하기(debug, release 둘 다 적용 가능) android { defaultConfig { applicationVariants.all { variant -> variant.outputs.all { output -> def dateStr = new Date().format("yyyyMMdd"); outputFileName = "${dateStr}${defaultConfig.versionCode}${outputFileName}"; } } } }
App/Android
2020. 9. 29. 15:11