1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-29 14:27:39 +00:00

Merge pull request #8667 from Isira-Seneviratne/Update_AppCompat

Update AppCompat to 1.4.2.
This commit is contained in:
Stypox
2022-08-03 22:59:45 +02:00
committed by GitHub

View File

@@ -197,7 +197,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
/** AndroidX **/
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'