blob: ccee3d23b1cd15dbc760cf7bac932872c224aad1 [file] [log] [blame]
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-compat')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 14
}
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Percent Support Library"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2015"
description = "Android Percent Support Library"
legacySourceLocation = true
}