applicationVariants.all { v ->
v.outputs.all {
def formattedDate = new Date().format('yyMMdd')
outputFileName = "v${versionName}_code${versionCode}_${formattedDate}_v1.apk"
}
}
이런식으로 날짜도 커스텀 할 수 있다.
'Android > Technic' 카테고리의 다른 글
앱 keystore의 Sha fingerprint 구하기 (0) | 2023.01.05 |
---|---|
onConfigurationChanged이 동작하지 않을 때 (0) | 2022.12.29 |
동영상 플레이어 샘플 데이터 링크 (0) | 2022.11.03 |
Ad mob 오프닝 광고 잘 안나올 때 (0) | 2022.10.25 |
AlertDialog에 top padding 생길 때 (0) | 2022.10.25 |
댓글