2026-05-31 19:13:12 +09:00
|
|
|
// 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 {
|
|
|
|
|
implementation project(':capacitor-app')
|
2026-06-03 16:50:54 +09:00
|
|
|
implementation project(':capacitor-camera')
|
2026-06-28 15:44:40 +09:00
|
|
|
implementation project(':capacitor-filesystem')
|
2026-06-01 22:10:23 +09:00
|
|
|
implementation project(':capacitor-preferences')
|
2026-06-28 15:44:40 +09:00
|
|
|
implementation project(':capacitor-share')
|
2026-06-27 18:02:19 +09:00
|
|
|
implementation project(':capawesome-capacitor-google-sign-in')
|
2026-05-31 19:13:12 +09:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
|
|
|
postBuildExtras()
|
|
|
|
|
}
|