upload android base code part1

This commit is contained in:
August 2018-08-08 15:50:00 +08:00
parent e02f198e2d
commit 0a1de6c4b3
48159 changed files with 9071466 additions and 0 deletions

View file

@ -0,0 +1,21 @@
apply plugin: android.support.SupportAndroidLibraryPlugin
dependencies {
api project(':support-compat')
api project(':support-core-utils')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name 'Android Support Palette v7'
publish true
inceptionYear '2014'
description 'Android Support Palette v7'
}