mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
31 lines
1.2 KiB
Groovy
31 lines
1.2 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-barcode-scanner')
|
|
implementation project(':capacitor-community-contacts')
|
|
implementation project(':capacitor-community-screen-brightness')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-camera')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-toast')
|
|
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
|
}
|
|
apply from: "../../node_modules/cordova-plugin-aes256-encryption/src/android/plugin.gradle"
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|