diff --git a/android/build.gradle b/android/build.gradle index 11120ecdf7..c36e2603af 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:17.0.0' implementation 'com.github.yoksnod:MPAndroidChart:3.2.0-alpha' implementation 'com.google.android.material:material:1.3.0-alpha03' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-preference-v14:1.0.0' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.fragment:fragment:1.1.0' @@ -153,7 +153,7 @@ configurations.all { force "androidx.collection:collection:1.1.0" force "androidx.fragment:fragment:1.1.0" force "androidx.preference:preference:1.1.0" - force "androidx.appcompat:appcompat:1.1.0" + force "androidx.appcompat:appcompat:1.2.0" force "androidx.annotation:annotation:1.1.0" force "androidx.core:core:1.3.1" force "androidx.versionedparcelable:versionedparcelable:1.1.0"