Skip to content

Commit

Permalink
[core][Android] Drop support for custom converters (#28252)
Browse files Browse the repository at this point in the history
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
  • Loading branch information
lukmccall and expo-bot committed Apr 17, 2024
1 parent e69e57f commit ed3fa75
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 790 deletions.
3 changes: 0 additions & 3 deletions apps/expo-go/android/expoview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ dependencies {
implementation "com.google.mlkit:barcode-scanning:17.2.0"
implementation 'androidx.camera:camera-mlkit-vision:1.4.0-alpha02'

// expo-modules-core android-annotation
api project(':expo-modules-core$android-annotation')

// expo-store-review
implementation "com.google.android.play:review:2.0.1"
implementation "com.google.android.play:review-ktx:2.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/expo-modules-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- Removed deprecated backward compatible Gradle settings. ([#28083](https://github.com/expo/expo/pull/28083) by [@kudo](https://github.com/kudo))
- Bumped Kotlin version to 1.9.23. ([#28088](https://github.com/expo/expo/pull/28088) by [@kudo](https://github.com/kudo))
- Introduced `onDidCreateDevSupportManager` handler to support error recovery from expo-updates. ([#28177](https://github.com/expo/expo/pull/28177) by [@kudo](https://github.com/kudo))
- Dropped support for custom type converters on Android. ([#28252](https://github.com/expo/expo/pull/28252) by [@lukmccall](https://github.com/lukmccall))

## 1.11.11 - 2024-03-11

Expand Down
263 changes: 0 additions & 263 deletions packages/expo-modules-core/android-annotation-processor/.gitignore

This file was deleted.

This file was deleted.

0 comments on commit ed3fa75

Please sign in to comment.