upload android base code part1
This commit is contained in:
parent
e02f198e2d
commit
0a1de6c4b3
48159 changed files with 9071466 additions and 0 deletions
21
android/frameworks/support/v7/palette/build.gradle
Normal file
21
android/frameworks/support/v7/palette/build.gradle
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue