Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Oct 28, 2023
1 parent 45dafa9 commit 44110ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0-alpha02")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0-alpha03")
implementation 'androidx.activity:activity-compose:1.8.0'
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.ui:ui-tooling-preview"
Expand All @@ -93,7 +93,7 @@ dependencies {
implementation "com.google.dagger:hilt-android:2.48"
kapt "com.google.dagger:hilt-compiler:2.48"
// hilt for navigation compose
implementation 'androidx.hilt:hilt-navigation-compose:1.1.0-beta01'
implementation 'androidx.hilt:hilt-navigation-compose:1.1.0-rc01'
// app compat (for locales)
def appcompat_version = '1.7.0-alpha03'
implementation "androidx.appcompat:appcompat:$appcompat_version"
Expand Down

0 comments on commit 44110ab

Please sign in to comment.