Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

21 строка
561 B

  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. android {
  3. compileOptions {
  4. sourceCompatibility JavaVersion.VERSION_1_8
  5. targetCompatibility JavaVersion.VERSION_1_8
  6. }
  7. }
  8. apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
  9. dependencies {
  10. implementation project(':capacitor-community-facebook-login')
  11. implementation "androidx.legacy:legacy-support-v4:1.0.0"
  12. implementation "androidx.exifinterface:exifinterface:1.2.0"
  13. }
  14. if (hasProperty('postBuildExtras')) {
  15. postBuildExtras()
  16. }