Skip to content

Commit 0f297f4

Browse files
committed
Merging ionic-team#50
1 parent 93de3be commit 0f297f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/java/com/capacitorjs/plugins/googlemaps/CapacitorGoogleMapsPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ class CapacitorGoogleMapsPlugin : Plugin(), OnMapsSdkInitializedCallback {
12501250
} else {
12511251
this.bridge.webView.onTouchEvent(event)
12521252
}
1253-
events.removeFirst()
1253+
events.removeAt(0)
12541254
}
12551255
}
12561256

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flossyweb/capacitor-google-maps",
3-
"version": "6.0.4-beta.29",
3+
"version": "6.0.4-beta.30",
44
"description": "Google maps on Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)