Skip to content

Commit

Permalink
release : v1.0.4
Browse files Browse the repository at this point in the history
- 1.0.3 버그 수정
- 당겨서 새로고침 기능 추가
  • Loading branch information
HyomK committed Mar 24, 2024
1 parent e8619e2 commit 48b0f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "nexters.hyomk.dontforget"
minSdk = Apps.minSdk
targetSdk = Apps.targetSdk
versionCode = 6
versionName = "1.0.3"
versionCode = 7
versionName = "1.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -115,8 +115,8 @@ dependencies {
implementation("com.google.firebase:firebase-messaging-directboot:${Versions.fcm_direct}")
implementation("com.google.accompanist:accompanist-permissions:${Versions.permission}")
implementation("androidx.core:core-splashscreen:${Versions.splash}")
implementation("com.airbnb.android:lottie-compose:${Versions.lottie}")
implementation("androidx.compose.material:material:${Versions.refresh}")
implementation("com.airbnb.android:lottie-compose:${Versions.lottie}")
}

fun getProperty(propertyKey: String): String {
Expand Down

0 comments on commit 48b0f13

Please sign in to comment.