Skip to content

Commit

Permalink
Correct AndroidX dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Apr 30, 2023
1 parent 4c072ea commit c4c01b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.preference:preference-ktx:1.2.0'

implementation 'com.google.android.material:material:1.8.0'

Expand Down

0 comments on commit c4c01b2

Please sign in to comment.