Skip to content

Commit

Permalink
Update androidx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 14, 2024
1 parent 78d55d7 commit d8e6aec
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 @@ -101,10 +101,10 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"

/** AndroidX **/
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.core:core:1.6.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.media:media:1.3.1'
implementation 'androidx.multidex:multidex:2.0.1' // as we have over 65536 methods...
implementation 'androidx.preference:preference:1.1.1'
Expand Down

0 comments on commit d8e6aec

Please sign in to comment.