Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gmerinojimenez committed Nov 28, 2021
1 parent 2834ed1 commit 9660edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ dependencies {
enabledImplementation 'androidx.core:core-ktx:1.7.0'
enabledImplementation 'androidx.appcompat:appcompat:1.4.0'
enabledImplementation 'com.google.android.material:material:1.4.0'
enabledImplementation "androidx.compose.ui:ui:$compose_version"
enabledImplementation "androidx.compose.material:material:$compose_version"
enabledImplementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
enabledImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
enabledImplementation 'androidx.activity:activity-compose:1.4.0'
enabledImplementation 'com.squareup:seismic:1.0.3'
enabledImplementation "androidx.datastore:datastore-preferences:1.0.0"
enabledImplementation "androidx.navigation:navigation-compose:2.4.0-beta02"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.navigation:navigation-compose:2.4.0-beta02"

//Dagger
enabledImplementation "com.google.dagger:dagger:$dagger_version"
Expand Down

0 comments on commit 9660edf

Please sign in to comment.