20 lines
370 B
Groovy
20 lines
370 B
Groovy
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||
|
|
||
|
android {
|
||
|
compileOptions {
|
||
|
sourceCompatibility JavaVersion.VERSION_11
|
||
|
targetCompatibility JavaVersion.VERSION_11
|
||
|
}
|
||
|
}
|
||
|
|
||
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||
|
dependencies {
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
if (hasProperty('postBuildExtras')) {
|
||
|
postBuildExtras()
|
||
|
}
|