Get bridge working, get geolocation working

This commit is contained in:
Pieter Vander Vennet 2024-12-12 00:44:27 +01:00
parent 9102d6ef87
commit b165ec6005
8 changed files with 261 additions and 25 deletions

View file

@ -9,7 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-geolocation')
}