Skip to content

Commit 9eee462

Browse files
fix(android): Native timeout in watchPosition
By updating native android geolocation lib to latest version 2.1.0 Unlike in Capacitor plugin, we don't really have need to support `interval` parameter here, because the OutSystems plugin will have the same behavior as before. References: - https://outsystemsrd.atlassian.net/browse/RMET-4688 - ionic-team/ion-android-geolocation#8
1 parent d2b7c9d commit 9eee462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cordova-plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
}
1818

1919
dependencies{
20-
implementation("io.ionic.libs:iongeolocation-android:2.0.0")
20+
implementation("io.ionic.libs:iongeolocation-android:2.1.0")
2121
implementation("androidx.browser:browser:1.8.0")
2222
implementation("com.google.android.gms:play-services-auth:21.2.0")
2323
implementation("com.google.android.gms:play-services-location:21.3.0")

0 commit comments

Comments
 (0)