2022-02-25 15:10:10 +01:00
|
|
|
// 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(':byteowls-capacitor-filesharer')
|
|
|
|
|
implementation project(':capacitor-community-camera-preview')
|
|
|
|
|
implementation project(':capacitor-app')
|
|
|
|
|
implementation project(':capacitor-browser')
|
|
|
|
|
implementation project(':capacitor-camera')
|
|
|
|
|
implementation project(':capacitor-device')
|
|
|
|
|
implementation project(':capacitor-filesystem')
|
|
|
|
|
implementation project(':capacitor-haptics')
|
|
|
|
|
implementation project(':capacitor-keyboard')
|
|
|
|
|
implementation project(':capacitor-local-notifications')
|
|
|
|
|
implementation project(':capacitor-network')
|
|
|
|
|
implementation project(':capacitor-push-notifications')
|
|
|
|
|
implementation project(':capacitor-share')
|
|
|
|
|
implementation project(':capacitor-storage')
|
2022-12-17 17:46:08 +01:00
|
|
|
implementation project(':sentry-capacitor')
|
2022-02-25 15:10:10 +01:00
|
|
|
implementation project(':capacitor-voice-recorder')
|
2022-03-27 18:54:08 +01:00
|
|
|
implementation project(':capacitor2-file-picker')
|
2022-02-25 15:10:10 +01:00
|
|
|
implementation "com.soundcloud.android:android-crop:1.0.0@aar"
|
2022-04-05 13:22:17 +01:00
|
|
|
implementation "androidx.appcompat:appcompat:1.0.0"
|
2022-04-04 00:37:00 +01:00
|
|
|
implementation "com.android.support:support-v4:27.+"
|
2022-02-25 15:10:10 +01:00
|
|
|
implementation "com.squareup.okhttp:okhttp-urlconnection:2+"
|
|
|
|
|
}
|
|
|
|
|
apply from: "../../node_modules/com-sarriaroman-photoviewer/src/android/photoviewer.gradle"
|
|
|
|
|
apply from: "../../node_modules/cordova-android-support-gradle-release/cordova-android-support-gradle-release.gradle"
|
|
|
|
|
apply from: "../../node_modules/cordova-plugin-fingerprint-aio/src/android/build.gradle"
|
|
|
|
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
|
|
|
postBuildExtras()
|
|
|
|
|
}
|