-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library is not compatible with moko permissions 0.18.0 #44
Comments
Hello! |
Same issue here, not solvable with Moko Permissions without an update to this library I think. Either make a custom permissions library that supports background location (since this is the big change in 0.18), or wait. |
I've opened a PR (#50) I've also published the update to my public maven repository, so anyone can use it while waiting for the official release. InstallationAdd maven In dependencyResolutionManagement {
repositories {
maven(url = "https://pkgs.dev.azure.com/burnoo/maven/_packaging/public/maven/v1") {
content {
includeVersionByRegex(".*", ".*", ".*-beap[0-9]+")
}
}
}
} In your module: implementation("dev.icerock.moko:geo:0.6.1-beap1") |
will be released in 0.7.0 |
moko-geo
is crashing when used withmoko-permissions
0.18.0 due to changes introduced in icerockdev/moko-permissions#114Crash
Workaround
Keep using
moko-permissions
0.17.0 till moko-geo is updatedFix
LocationTracker.bind
andBindLocationTrackerEffect
should be updated to adapt to a newPermissionsController.bind
API. While releasing a new version of this library it would be nice to include also bumping other dependencies to the newest versions.The text was updated successfully, but these errors were encountered: