From 689ad174a2d8d73bd95dc39767669c34aeb14547 Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Sat, 13 Aug 2022 09:23:25 +0530 Subject: [PATCH] Update AppCompat to 1.5.0. --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4595bc4eb9b..0d5d2ca6411 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ plugins { } android { - compileSdk 31 - buildToolsVersion '31.0.0' + compileSdk 32 + buildToolsVersion '32.0.0' defaultConfig { applicationId "org.schabi.newpipe" @@ -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'