app.gradle 556 B

1234567891011121314151617181920
  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. minSdkVersion 17
  12. generatedDensities = []
  13. }
  14. aaptOptions {
  15. additionalParameters "--no-version-vectors"
  16. }
  17. }