Add android

This commit is contained in:
Max Lynch
2021-01-13 19:01:01 -06:00
parent c60f5b3dcc
commit c10871c080
68 changed files with 1368 additions and 302 deletions
+19
View File
@@ -0,0 +1,19 @@
// 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(':capacitor-dark-mode')
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}