diff --git a/app/build.gradle b/app/build.gradle index d1077bc..579b371 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.+'