expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
428 stars 91 forks source link

Android build error after upgrading #116

Closed newme616 closed 1 year ago

newme616 commented 1 year ago

Summary

After upgrading the build via eas fails with callkeep. On iOS there are no problems.

Versions: "@config-plugins/react-native-callkeep": "^3.0.0", "react-native-callkeep": "^4.3.3",

Config Plugin

@config-plugins/react-native-callkeep

What platform(s) does this occur on?

Android

SDK Version

46

Reproducible demo

[stderr] 
FAILURE: Build failed with an exception.
[stderr] 
* What went wrong:
[stderr] 
Execution failed for task ':react-native-callkeep:compileDebugJavaWithJavac'.
newme616 commented 1 year ago

this seems to be an issue with the callkeep package, fixed via: https://github.com/react-native-webrtc/react-native-callkeep/issues/594