We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66918e4 commit 621cc41Copy full SHA for 621cc41
app/src/main/AndroidManifest.xml
@@ -25,7 +25,7 @@
25
android:roundIcon="@drawable/app_icon_round"
26
android:supportsRtl="true"
27
android:theme="@style/AppTheme"
28
- tools:replace="android:icon">
+ tools:replace="android:icon, android:allowBackup">
29
<uses-library
30
android:name="org.apache.http.legacy"
31
android:required="false" />
build.gradle
@@ -62,7 +62,7 @@ ext {
62
// Map related versions
63
osmVersion = '5.1'
64
mapsforgeVersion = '6.0.2'
65
- geoPackageVersion = '5.6.4'
+ geoPackageVersion = '6.1.11'
66
googleMapsVersion = '17.0.1'
67
68
// MultiDex
0 commit comments