Skip to content

Commit

Permalink
[MERGE] #198 -> develop
Browse files Browse the repository at this point in the history
[FIX/#198] 릴리즈 모드 수정
  • Loading branch information
leeeyubin authored Aug 26, 2024
2 parents 6778e36 + d8d67c7 commit ba1d966
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ dependencies {
implementation(libs.ossLicense)
implementation(libs.process.phoenix)

debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
// Compose Preview
implementation(libs.compose.ui.tooling)

// KakaoDependencies
implementation(libs.kakao.user)
Expand Down
3 changes: 1 addition & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ dependencies {
implementation(libs.androidx.material3.android)

// Compose Preview
debugImplementation(libs.compose.ui.tooling)
implementation(libs.androidx.ui.tooling.preview)
implementation(libs.compose.ui.tooling)

// Test Dependency
testImplementation(libs.junit)
Expand Down
2 changes: 1 addition & 1 deletion feature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation (libs.androidx.browser)

// Compose Preview
debugImplementation(libs.compose.ui.tooling)
implementation(libs.compose.ui.tooling)

// KakaoDependencies
implementation(libs.kakao.user)
Expand Down
6 changes: 1 addition & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lottieVersion = "6.0.0"
accompanistSystemuicontroller = "0.28.0"
coreSplashscreen = "1.0.1"

# ui
# UI
uiTooling = "1.6.8"

## Test
Expand Down Expand Up @@ -120,9 +120,6 @@ compose-compiler-gradle-plugin = { module = "org.jetbrains.kotlin:compose-compil

androidx-ui = { group = "androidx.compose.ui", name = "ui" }
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-foundation-android = { group = "androidx.compose.foundation", name = "foundation-android", version.ref = "foundationAndroid" }
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
Expand Down Expand Up @@ -175,7 +172,6 @@ kakao-user = {group = "com.kakao.sdk", name = "v2-user", version.ref = "kakaoVer
process-phoenix = {group = "com.jakewharton", name = "process-phoenix", version.ref = "processPhoenix"}
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }


[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down

0 comments on commit ba1d966

Please sign in to comment.