| Aurimas Liutikas | 17de202 | 2018-04-27 16:07:52 -0700 | [diff] [blame] | 1 | import static androidx.build.dependencies.DependenciesKt.* |
| Aurimas Liutikas | 526389b | 2018-02-27 14:01:24 -0800 | [diff] [blame] | 2 | import androidx.build.LibraryGroups |
| 3 | import androidx.build.LibraryVersions |
| Aurimas Liutikas | 7f40a7e | 2017-10-27 17:55:06 -0700 | [diff] [blame] | 4 | |
| Aurimas Liutikas | f8b708a | 2017-11-02 16:07:13 -0700 | [diff] [blame] | 5 | plugins { |
| Aurimas Liutikas | cdb9f9f | 2019-04-08 12:07:49 +0100 | [diff] [blame^] | 6 | id("AndroidXPlugin") |
| 7 | id("com.android.library") |
| Aurimas Liutikas | f8b708a | 2017-11-02 16:07:13 -0700 | [diff] [blame] | 8 | } |
| Filip Gruszczynski | f9cabe2 | 2015-04-29 13:16:32 -0700 | [diff] [blame] | 9 | |
| 10 | dependencies { |
| Aurimas Liutikas | ac5fe7c | 2018-03-06 14:40:53 -0800 | [diff] [blame] | 11 | api(project(":core")) |
| Aurimas Liutikas | 1989c3c | 2017-07-05 14:44:09 -0700 | [diff] [blame] | 12 | |
| Alan Viverette | badf2f8 | 2018-12-18 12:14:10 -0500 | [diff] [blame] | 13 | androidTestImplementation(TEST_EXT_JUNIT) |
| 14 | androidTestImplementation(TEST_CORE) |
| Aurimas Liutikas | 3f9ceb6 | 2018-07-10 11:57:16 -0700 | [diff] [blame] | 15 | androidTestImplementation(TEST_RUNNER) |
| 16 | androidTestImplementation(TEST_RULES) |
| 17 | androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso) |
| Filip Gruszczynski | f9cabe2 | 2015-04-29 13:16:32 -0700 | [diff] [blame] | 18 | } |
| 19 | |
| 20 | android { |
| Aurimas Liutikas | 17de202 | 2018-04-27 16:07:52 -0700 | [diff] [blame] | 21 | sourceSets { |
| 22 | main.res.srcDir 'res' |
| 23 | } |
| Filip Gruszczynski | f9cabe2 | 2015-04-29 13:16:32 -0700 | [diff] [blame] | 24 | } |
| Chris Banes | bb7b05d | 2015-10-13 11:32:31 +0100 | [diff] [blame] | 25 | |
| Aurimas Liutikas | 2ad3161 | 2019-04-01 04:23:03 -0700 | [diff] [blame] | 26 | androidx { |
| Aurimas Liutikas | ea5ee82 | 2017-11-06 12:52:28 -0800 | [diff] [blame] | 27 | name = "Android Percent Support Library" |
| 28 | publish = true |
| Nick Anthony | 9551653 | 2018-10-31 13:59:57 -0400 | [diff] [blame] | 29 | mavenVersion = LibraryVersions.PERCENTLAYOUT |
| Aurimas Liutikas | ac5fe7c | 2018-03-06 14:40:53 -0800 | [diff] [blame] | 30 | mavenGroup = LibraryGroups.PERCENTLAYOUT |
| Aurimas Liutikas | ea5ee82 | 2017-11-06 12:52:28 -0800 | [diff] [blame] | 31 | inceptionYear = "2015" |
| 32 | description = "Android Percent Support Library" |
| Aurimas Liutikas | 16cd13b | 2017-01-04 15:00:13 -0800 | [diff] [blame] | 33 | } |