From a443aa6a3b43952e00ae372b8a98a952095b5e0b Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Wed, 25 Sep 2024 18:32:45 +0300 Subject: [PATCH] Migrate from Android Image Cropper --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c9ac75887..de99ffee5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -123,7 +123,7 @@ dependencies { implementation 'com.google.android.gms:play-services-drive:17.0.0' implementation 'com.google.android.material:material:1.7.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' + implementation 'com.vanniktech:android-image-cropper:4.3.3' implementation platform('com.google.firebase:firebase-bom:31.5.0') implementation 'com.google.firebase:firebase-messaging' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b6cb1fc5d..3de1165ff 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -172,7 +172,7 @@ - +