The app crashes when drags to the map.
Another findings, it looks like all capacitor/google-maps 5.x.x version was built with the latest code and got same issues
I found line 891 in CapacitorGoogleMapsPlugin, it is calling "events.removeFirst()". The function removeFirst() required Android API level 35 (the latest one). So it does not support most devices.
Bug Report
Plugin(s)
@capacitor/google-maps": "^6.0.0"
Capacitor Version
6.0.0
Platform(s)
Android
Current Behavior
The app crashes when drags to the map. Another findings, it looks like all capacitor/google-maps 5.x.x version was built with the latest code and got same issues
I found line 891 in CapacitorGoogleMapsPlugin, it is calling "events.removeFirst()". The function removeFirst() required Android API level 35 (the latest one). So it does not support most devices.
Expected Behavior
The app should not crash.