diff --git a/android/build.gradle b/android/build.gradle index 3e2d6f8cf2..6fc7919f60 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -124,10 +124,10 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.fragment:fragment-ktx:1.6.1' + implementation 'androidx.appcompat:appcompat:1.5.0' + implementation 'androidx.fragment:fragment:1.3.6' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.9.0' - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.8.0" }