Nessuna descrizione

capacitor.build.gradle 1014B

12345678910111213141516171819202122232425262728
  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. android {
  3. compileOptions {
  4. sourceCompatibility JavaVersion.VERSION_11
  5. targetCompatibility JavaVersion.VERSION_11
  6. }
  7. }
  8. apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
  9. dependencies {
  10. implementation project(':capacitor-app')
  11. implementation project(':capacitor-haptics')
  12. implementation project(':capacitor-keyboard')
  13. implementation project(':capacitor-status-bar')
  14. implementation "com.facebook.android:facebook-android-sdk:11.3.0"
  15. implementation "androidx.webkit:webkit:1.4.0"
  16. implementation "com.google.android.gms:play-services-analytics:18.0.2"
  17. implementation "com.android.support:support-v13:27.+"
  18. implementation "me.leolin:ShortcutBadger:1.1.17@aar"
  19. implementation "com.google.firebase:firebase-messaging:17.0.+"
  20. }
  21. apply from: "../../node_modules/phonegap-plugin-multidex/multidex.gradle"
  22. if (hasProperty('postBuildExtras')) {
  23. postBuildExtras()
  24. }