Skip to content

Commit

Permalink
Update AppCompat to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Sep 8, 2022
1 parent 984bac6 commit 17701bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// AndroidX
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.fragment:fragment-ktx:1.5.2'
Expand Down

0 comments on commit 17701bc

Please sign in to comment.