mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-17 00:06:21 +00:00
30 lines
1,016 B
Groovy
30 lines
1,016 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-screen-brightness')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-app-launcher')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-folder-picker')
|
|
implementation project(':capacitor-intent-uri')
|
|
implementation project(':capacitor-nodejs')
|
|
implementation project(':capacitor-plugin-safe-area')
|
|
implementation project(':capacitor-volume-control')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|