Skip to content

Commit

Permalink
Migrate from Android Image Cropper
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Sep 25, 2024
1 parent b68a71d commit a443aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

</activity>

<activity android:name="com.theartofdev.edmodo.cropper.CropImageActivity" android:theme="@style/Base.Theme.AppCompat" android:exported="false"/>
<activity android:name="com.canhub.cropper.CropImageView" android:theme="@style/Base.Theme.AppCompat" android:exported="false"/>

<activity android:name="com.apptreesoftware.barcodescan.BarcodeScannerActivity" android:exported="false"></activity>
<activity
Expand Down

0 comments on commit a443aa6

Please sign in to comment.