Skip to content

Commit

Permalink
⬆️ Update kujaku dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Oct 23, 2024
1 parent dcb690d commit 4f6c6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kotlinx-coroutines = "1.9.0"
kotlinx-serialization-json = "1.6.0"
kt3k-coveralls-ver="2.12.0"
ktlint = "0.50.0"
kujaku-library = "0.10.7-SNAPSHOT"
kujaku-library = "0.10.8-SNAPSHOT"
kujaku-mapbox-sdk-turf = "7.2.0"
leakcanary-android = "2.10"
lifecycle= "2.8.5"
Expand Down
1 change: 1 addition & 0 deletions android/quest/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />

Expand Down

0 comments on commit 4f6c6a6

Please sign in to comment.