mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-10 17:54:24 +01:00
Update android/app/src/main/AndroidManifest.xml Co-authored-by: Ben Allen <108441023+benalleng@users.noreply.github.com>
25 lines
673 B
Groovy
25 lines
673 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-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-toast')
|
|
implementation project(':mutinywallet-barcode-scanner')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|