Skip to content

Commit 4b892e2

Browse files
Update AppCompat to 1.5.1.
1 parent 43b2176 commit 4b892e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
android {
11-
compileSdk 31
11+
compileSdk 32
1212
namespace 'org.schabi.newpipe'
1313

1414
defaultConfig {
@@ -198,7 +198,7 @@ dependencies {
198198
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
199199

200200
/** AndroidX **/
201-
implementation 'androidx.appcompat:appcompat:1.4.2'
201+
implementation 'androidx.appcompat:appcompat:1.5.1'
202202
implementation 'androidx.cardview:cardview:1.0.0'
203203
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
204204
implementation 'androidx.core:core-ktx:1.8.0'

0 commit comments

Comments
 (0)