enrecipes/app/App_Resources/Android/app.gradle

21 lines
556 B
Groovy
Raw Normal View History

2020-09-15 11:10:16 +00:00
// Add your native dependencies here:
// Uncomment to add recyclerview-v7 dependency
//dependencies {
// implementation 'com.android.support:recyclerview-v7:+'
//}
// If you want to add something to be applied before applying plugins' include.gradle files
// e.g. project.ext.googlePlayServicesVersion = "15.0.1"
// create a file named before-plugins.gradle in the current directory and place it there
android {
defaultConfig {
2020-10-21 17:54:45 +00:00
minSdkVersion 23
2020-09-15 11:10:16 +00:00
generatedDensities = []
}
aaptOptions {
additionalParameters "--no-version-vectors"
}
}