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:
@@ -10,6 +10,7 @@ android {
|
||||
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
dependencies {
|
||||
implementation project(':capacitor-community-native-audio')
|
||||
implementation project(':capacitor-community-sqlite')
|
||||
implementation project(':capacitor-community-text-to-speech')
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user