commit | 2ad31616f40109662b456f1d1a9c2876b004680e | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Mon Apr 01 04:23:03 2019 -0700 |
committer | Aurimas Liutikas <[email protected]> | Mon Apr 01 04:23:03 2019 -0700 |
tree | daee5fbb3e928f97e2fae844044c6839c13a9598 | |
parent | 32dee044b7f9341a6651ea28b2746b2ddbd0b5ba [diff] [blame] |
Move DSL namespace from supportLibrary to androidx. Test: ./gradlew createArchive Change-Id: I07a66c4685daec2b72c83a8fbff9430ec9764a64
diff --git a/paging/runtime/build.gradle b/paging/runtime/build.gradle index cd9287f..fd3b1a9 100644 --- a/paging/runtime/build.gradle +++ b/paging/runtime/build.gradle
@@ -47,7 +47,7 @@ androidTestImplementation(KOTLIN_STDLIB) } -supportLibrary { +androidx { name = "Android Paging-Runtime" publish = true mavenVersion = LibraryVersions.PAGING