mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
36 lines
1.3 KiB
Groovy
36 lines
1.3 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-http')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-dialog')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-geolocation')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-network')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-storage')
|
|
implementation project(':transistorsoft-capacitor-background-fetch')
|
|
implementation project(':capacitor-secure-storage-plugin')
|
|
implementation "com.android.support:support-v4:27.+"
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|