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
Isira-Seneviratne committed Nov 1, 2022
1 parent 43b2176 commit 4b892e2
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 @@ -8,7 +8,7 @@ plugins {
}

android {
compileSdk 31
compileSdk 32
namespace 'org.schabi.newpipe'

defaultConfig {
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.1'
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 4b892e2

Please sign in to comment.