Update AppCompat to 1.5.1.

This commit is contained in:
Isira Seneviratne 2022-08-13 09:23:25 +05:30
parent 43b2176956
commit 4b892e2b30
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 31
compileSdk 32
namespace 'org.schabi.newpipe'
defaultConfig {
@ -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'