Add Capacitor Android wrapper for dewemoji.com

This commit is contained in:
Dwindi Ramadhana
2026-02-21 00:36:41 +07:00
parent 9be883cbaf
commit a758a350e9
58 changed files with 2152 additions and 0 deletions

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_21
targetCompatibility JavaVersion.VERSION_21
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}