Aurimas Liutikas | 526389b | 2018-02-27 14:01:24 -0800 | [diff] [blame^] | 1 | import androidx.build.LibraryGroups |
| 2 | import androidx.build.LibraryVersions |
Aurimas Liutikas | fa72a48 | 2018-02-21 11:48:48 -0800 | [diff] [blame] | 3 | |
| 4 | plugins { |
| 5 | id("SupportAndroidLibraryPlugin") |
| 6 | } |
| 7 | |
| 8 | dependencies { |
| 9 | api(project(":support-annotations")) |
| 10 | } |
| 11 | |
| 12 | supportLibrary { |
| 13 | name = "Android Support Library Cursor Adapter" |
| 14 | publish = true |
| 15 | mavenVersion = LibraryVersions.SUPPORT_LIBRARY |
| 16 | mavenGroup = LibraryGroups.SUPPORT |
| 17 | inceptionYear = "2018" |
| 18 | description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later." |
| 19 | } |