capacitor.build.gradle 429 B

12345678910111213141516171819
  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. android {
  3. compileOptions {
  4. sourceCompatibility JavaVersion.VERSION_21
  5. targetCompatibility JavaVersion.VERSION_21
  6. }
  7. }
  8. apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
  9. dependencies {
  10. implementation project(':capacior-plugin-upi-launcher')
  11. }
  12. if (hasProperty('postBuildExtras')) {
  13. postBuildExtras()
  14. }