| apply plugin: android.support.SupportLibraryPlugin |
| archivesBaseName = 'percent' |
| |
| dependencies { |
| compile project(':support-compat') |
| androidTestCompile (libs.test_runner) { |
| exclude module: 'support-annotations' |
| } |
| androidTestCompile (libs.espresso_core) { |
| exclude module: 'support-annotations' |
| } |
| } |
| |
| android { |
| defaultConfig { |
| minSdkVersion 14 |
| } |
| |
| sourceSets { |
| main.java.srcDirs = ['src'] |
| main.res.srcDir 'res' |
| main.assets.srcDir 'assets' |
| main.resources.srcDir 'src' |
| } |
| } |
| |
| supportLibrary { |
| name 'Android Percent Support Library' |
| inceptionYear '2015' |
| description 'Android Percent Support Library' |
| } |