mirror of
https://github.com/cupcakearmy/gps-info.git
synced 2024-12-23 16:46:29 +00:00
23 lines
571 B
Groovy
23 lines
571 B
Groovy
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||
|
|
||
|
android {
|
||
|
compileOptions {
|
||
|
sourceCompatibility JavaVersion.VERSION_11
|
||
|
targetCompatibility JavaVersion.VERSION_11
|
||
|
}
|
||
|
}
|
||
|
|
||
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||
|
dependencies {
|
||
|
implementation project(':capacitor-app')
|
||
|
implementation project(':capacitor-clipboard')
|
||
|
implementation project(':capacitor-geolocation')
|
||
|
implementation project(':capacitor-preferences')
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
if (hasProperty('postBuildExtras')) {
|
||
|
postBuildExtras()
|
||
|
}
|