app.gradle 549 B

12345678910111213141516171819
  1. // Add your native dependencies here:
  2. // Uncomment to add recyclerview-v7 dependency
  3. //dependencies {
  4. // implementation 'com.android.support:recyclerview-v7:+'
  5. //}
  6. // If you want to add something to be applied before applying plugins' include.gradle files
  7. // e.g. project.ext.googlePlayServicesVersion = "15.0.1"
  8. // create a file named before-plugins.gradle in the current directory and place it there
  9. android {
  10. defaultConfig {
  11. generatedDensities = []
  12. }
  13. aaptOptions {
  14. additionalParameters "--no-version-vectors"
  15. }
  16. }