Skip to content

Commit

Permalink
[image-picker] Bump image cropper version to fix EAS build (#23191)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrius authored Jul 2, 2023
1 parent 3346744 commit 5f8a381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/expo-image-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### 🎉 New features

### 🐛 Bug fixes
- Fix manifest merger build fail on Android. ([#23191](https://github.com/expo/expo/pull/23191) by [@alexandrius](https://github.com/alexandrius))

- [Android] Fix backported photo picker crashing with null intent. ([#23224](https://github.com/expo/expo/pull/23224) by [@thespacemanatee](https://github.com/thespacemanatee))

Expand Down
2 changes: 1 addition & 1 deletion packages/expo-image-picker/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation "androidx.activity:activity-ktx:1.7.1"
implementation "androidx.appcompat:appcompat:1.4.2"
implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "com.github.CanHub:Android-Image-Cropper:4.3.0"
implementation "com.github.CanHub:Android-Image-Cropper:4.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3"
Expand Down

0 comments on commit 5f8a381

Please sign in to comment.