Skip to content

Commit 986f1ed

Browse files
committed
## 추가내용
- compose feature 추가 - 간헐적으로 Fragment Lifecycle 에 따라 Glide RequestManager 이슈 발생에 대한 대응 - 개발 버전, 운영 버전 아이콘 변경 및 Firebase AppDistribution 배포 되도록 변경 ps. 기타 여러가지가 추가되었슴다!
1 parent fb43b59 commit 986f1ed

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

assets/project_graph.png

70.6 KB
Loading

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fun getReleaseNote() {
5858
parentFile.mkdir()
5959
val buildDate = "Build Date ${
6060
SimpleDateFormat(
61-
"yyyy년 MM월 dd일 E요일 HH:mm:ss",
61+
"yyyy. MM. dd E요일 HH:mm:ss",
6262
Locale.KOREAN
6363
).format(Date())
6464
}"

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.kotlin.dsl.DependencyHandlerScope
33

44
object Apps {
55
const val versionCode = 7
6-
const val versionName = "0.0.7"
6+
const val versionName = "0.0.8"
77
}
88

99
object Versions {

0 commit comments

Comments
 (0)