// 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(':capacitor-firebase-authentication') implementation project(':capacitor-app') implementation project(':capacitor-browser') implementation project(':capacitor-camera') implementation project(':capacitor-device') implementation project(':capacitor-filesystem') implementation project(':capacitor-keyboard') implementation project(':capacitor-network') implementation project(':capacitor-push-notifications') implementation project(':capacitor-share') implementation project(':capacitor-splash-screen') implementation project(':capacitor-status-bar') implementation project(':capacitor-share-extension') implementation "com.soundcloud.android:android-crop:1.0.0@aar" implementation "androidx.legacy:legacy-support-v4:1.0.0" } if (hasProperty('postBuildExtras')) { postBuildExtras() }