- // 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 "androidx.legacy:legacy-support-v4:1.0.0"
- implementation "androidx.exifinterface:exifinterface:1.2.0"
- }
-
-
- if (hasProperty('postBuildExtras')) {
- postBuildExtras()
- }
|