2023-04-25 21:19:33 +00:00
|
|
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileOptions {
|
2025-05-13 14:19:28 +02:00
|
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_21
|
2023-04-25 21:19:33 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
|
|
|
dependencies {
|
2023-08-22 01:14:04 +00:00
|
|
|
implementation project(':capacitor-app')
|
2026-05-06 17:56:00 +07:00
|
|
|
implementation project(':capacitor-browser')
|
2025-06-03 22:22:06 +02:00
|
|
|
implementation project(':capacitor-status-bar')
|
|
|
|
|
implementation project(':capawesome-capacitor-android-edge-to-edge-support')
|
2023-04-25 21:19:33 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
|
|
|
postBuildExtras()
|
|
|
|
|
}
|