Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/lazy-inject-wire-viewmodel' into…
Browse files Browse the repository at this point in the history
… lazy-inject-wire-viewmodel
  • Loading branch information
ohassine committed Jun 12, 2024
2 parents 00cc985 + 0b1c086 commit 68f8266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation(libs.androidx.core)
implementation(libs.androidx.appcompat)
implementation(libs.material)
implementation(libs.androidx.compose.runtime)

testImplementation(libs.junit4)
androidTestImplementation(libs.androidx.test.extJunit)
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ androidx-workManager = "2.9.0"
androidx-browser = "1.8.0"
androidx-biometric = "1.1.0"
androidx-startup = "1.1.1"
androidx-compose-runtime = "1.6.7"

# Compose
composeBom = "2024.05.00"
Expand Down Expand Up @@ -85,7 +86,7 @@ leakCanary = "2.14"
ksp = "1.9.23-1.0.20"

# Benchmark
benchmark-macro-junit4 = "1.2.4"
benchmark-macro-junit4 = "1.2.0-beta03"
profileinstaller = "1.3.1"

# Testing
Expand Down Expand Up @@ -180,6 +181,7 @@ androidx-splashscreen = { module = "androidx.core:core-splashscreen", version.re
androidx-profile-installer = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "profileinstaller" }
androidx-biometric = { group = "androidx.biometric", name = "biometric", version.ref = "androidx-biometric" }
androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidx-startup" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "androidx-compose-runtime" }

# Dependency Injection
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
Expand Down

0 comments on commit 68f8266

Please sign in to comment.