You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
apply from: "${rootProject.rootDir}/buildCommon/commonLibConfig.gradle"
|
|
|
|
project.ext.setLibDefaultConfig project
|
|
|
|
|
|
|
|
android {
|
|
|
|
lintOptions {
|
|
|
|
abortOnError false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
|
}
|
|
|
|
|