feat: initial support for offline tiles
works by copying mbtiles (which are just sqlite databases) into the local sqlite database
This commit is contained in:
@@ -40,6 +40,7 @@ dependencies {
|
||||
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
||||
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|
||||
implementation project(':capacitor-cordova-android-plugins')
|
||||
implementation 'com.github.joshjdevl.libsodiumjni:libsodium-jni-aar:2.0.1'
|
||||
}
|
||||
|
||||
apply from: 'capacitor.build.gradle'
|
||||
|
||||
Reference in New Issue
Block a user