microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.99k stars 1.48k forks source link

Build crash on latest version #2656

Closed pierroo closed 9 months ago

pierroo commented 9 months ago

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

  1. updated from v7.1.0 to 8.2.1
  2. upon building, fails with error

Expected Behavior

obviously build without error

Actual Behavior

What actually happens?

1: Task failed with an exception.
-----------
* Where:
Script 'C:\dev\mobile_apps\my_app_name\node_modules\react-native-code-push\android\codepush.gradle' line: 6

* What went wrong:
A problem occurred evaluating script.
> No signature of method: java.util.ArrayList.get() is applicable for argument types: () values: []
  Possible solutions: get(int), get(int), set(int, java.lang.Object), set(int, java.lang.Object), grep(), grep()

Environment

pierroo commented 9 months ago

FIXED: 8.2.1 not compatible with 0.69.12, must update RN