Skip to content

Commit

Permalink
Minor improvements (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfigAliyev committed Oct 25, 2022
1 parent 832010a commit 7936b63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ dependencies {
implementation(libs.dagger.hilt.android)
kapt(libs.dagger.hilt.compiler)
implementation(libs.androidx.room.runtime)

debugImplementation(libs.androidx.compose.ui.test.manifest)
}
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ plugins {
android.namespace = "com.maximillianleonov.cinemax.benchmark"

dependencies {
implementation(libs.bundles.benchmark)
implementation(libs.bundles.androidx.benchmark)
}
2 changes: 1 addition & 1 deletion build-logic/plugins/convention/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/build
/build
1 change: 1 addition & 0 deletions core/core-designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ dependencies {
api(libs.accompanist.placeholder.material)
api(libs.coil.compose)
debugApi(libs.androidx.compose.ui.tooling)
debugApi(libs.androidx.compose.ui.test.manifest)
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ androidx-compose = [
"androidx-compose-ui-util"
]
androidx-room = ["androidx-room-runtime", "androidx-room-ktx", "androidx-room-paging"]
retrofit = ["okhttp", "retrofit", "retrofit-kotlinx-serialization-converter"]
benchmark = [
androidx-benchmark = [
"androidx-test-ext-junit",
"androidx-test-espresso-core",
"androidx-test-uiautomator",
"androidx-benchmark-macro-junit4"
]
retrofit = ["okhttp", "retrofit", "retrofit-kotlinx-serialization-converter"]

[plugins]
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
Expand Down

0 comments on commit 7936b63

Please sign in to comment.