9fbe78dadd
Android app, roughly functional but still WIP #310
24 lines
629 B
Groovy
24 lines
629 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 {
|
|
implementation project(':capacitor-community-sqlite')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-splash-screen')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|