Skip to content

Commit

Permalink
Detekt auto correct
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed May 27, 2024
1 parent 3cef2be commit cefc3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ android {
matchingFallbacks += listOf("release")
isDebuggable = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
}
Expand All @@ -107,6 +104,8 @@ dependencies {
implementation(projects.feature.sponsors)
implementation(projects.feature.floorMap)
implementation(projects.feature.achievements)
baselineProfile(projects.baselineprofile)
implementation(libs.profileinstaller)
implementation(projects.feature.staff)
implementation(projects.core.model)
implementation(projects.core.data)
Expand All @@ -122,8 +121,3 @@ dependencies {
implementation(libs.firebaseDynamicLinks)
testImplementation(projects.core.testing)
}

dependencies {
baselineProfile(projects.baselineprofile)
implementation(libs.profileinstaller)
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rootProject.name = "conference-app-2023"
include(
":app-android",
":app-ios-shared",
":baselineprofile",
":feature:main",
":feature:sessions",
":feature:about",
Expand All @@ -33,4 +34,3 @@ include(
":core:testing",
":core:common",
)
include(":baselineprofile")

0 comments on commit cefc3c5

Please sign in to comment.