Skip to content

Commit 3cf1d4c

Browse files
committed
♻️ :: 공백삭제
1 parent a0adfa9 commit 3cf1d4c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

buildSrc/src/main/kotlin/Dependency.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ object Dependency {
3333

3434
const val GOOGLE_SERVICES_PLUGIN = "com.google.gms.google-services"
3535

36-
3736
const val SWIPE_REFRESH ="com.google.accompanist:accompanist-swiperefresh:${Versions.SWIPE_REFRESH}"
3837
}
3938

buildSrc/src/main/kotlin/ProjectProperties.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ object ProjectProperties {
2121
const val MIN_SDK = 26
2222
const val TARGET_SDK = 34
2323
const val JVM_TARGET = "17"
24-
const val VERSION_CODE = 1
25-
const val VERSION_NAME = "1.0"
24+
const val VERSION_CODE = 20
25+
const val VERSION_NAME = "1.2.9"
2626
const val KOTLIN_COMPILER_EXTENSION = "1.4.3"
2727

2828
val JAVA_VERSION = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)