34 lines
1.2 KiB
Groovy
34 lines
1.2 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':aparajita-capacitor-biometric-auth')
|
|
implementation project(':aparajita-capacitor-secure-storage')
|
|
implementation project(':capacitor-community-barcode-scanner')
|
|
implementation project(':capacitor-community-privacy-screen')
|
|
implementation project(':capacitor-community-sqlite')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-screen-orientation')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-native-settings')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|