diff --git a/app/build.gradle b/app/build.gradle index 7e32698..8270900 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ if (keystorePropertiesFile.exists()) { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.recyclerview:recyclerview:1.2.1'