capacitor.build.gradle 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. android {
  3. compileOptions {
  4. sourceCompatibility JavaVersion.VERSION_17
  5. targetCompatibility JavaVersion.VERSION_17
  6. }
  7. }
  8. apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
  9. dependencies {
  10. implementation project(':capacitor-community-media')
  11. implementation project(':capacitor-action-sheet')
  12. implementation project(':capacitor-app')
  13. implementation project(':capacitor-app-launcher')
  14. implementation project(':capacitor-browser')
  15. implementation project(':capacitor-camera')
  16. implementation project(':capacitor-clipboard')
  17. implementation project(':capacitor-device')
  18. implementation project(':capacitor-dialog')
  19. implementation project(':capacitor-filesystem')
  20. implementation project(':capacitor-haptics')
  21. implementation project(':capacitor-keyboard')
  22. implementation project(':capacitor-network')
  23. implementation project(':capacitor-share')
  24. implementation project(':capacitor-splash-screen')
  25. implementation project(':capacitor-status-bar')
  26. implementation project(':capgo-capacitor-updater')
  27. implementation project(':capacitor-plugin-safe-area')
  28. implementation "com.android.billingclient:billing:5.2.1"
  29. }
  30. if (hasProperty('postBuildExtras')) {
  31. postBuildExtras()
  32. }