Skip to content

Commit

Permalink
Update AppCompat to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Aug 13, 2022
1 parent 571bf39 commit 689ad17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
}

android {
compileSdk 31
buildToolsVersion '31.0.0'
compileSdk 32
buildToolsVersion '32.0.0'

defaultConfig {
applicationId "org.schabi.newpipe"
Expand Down Expand Up @@ -198,7 +198,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"

/** AndroidX **/
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'
Expand Down

0 comments on commit 689ad17

Please sign in to comment.