Skip to content

Commit

Permalink
Geowidget configuration
Browse files Browse the repository at this point in the history
- Update Kujaku library version
- Revert offline map downloads configuration via Kujaku network change receiver
  • Loading branch information
ndegwamartin committed Sep 19, 2024
1 parent 2f90f89 commit c4c84dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions android/geowidget/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<application>
<receiver
android:name="io.ona.kujaku.receivers.KujakuNetworkChangeReceiver">
android:name="io.ona.kujaku.receivers.KujakuNetworkChangeReceiver"
android:exported="false"
tools:replace="exported">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kotlinx-coroutines = "1.8.1"
kotlinx-serialization-json = "1.6.0"
kt3k-coveralls-ver="2.12.0"
ktlint = "0.50.0"
kujaku-library = "0.10.6-SNAPSHOT"
kujaku-library = "0.10.6-2-SNAPSHOT"
kujaku-mapbox-sdk-turf = "7.2.0"
leakcanary-android = "2.10"
lifecycle= "2.8.5"
Expand Down

0 comments on commit c4c84dc

Please sign in to comment.