commit | b50d5005169f75c312e76f5a2da8b7d7887bc81e | [log] [tgz] |
---|---|---|
author | Alex Saveau <[email protected]> | Tue Jul 14 05:25:54 2020 +0000 |
committer | Alex Saveau <[email protected]> | Tue Jul 21 22:26:54 2020 +0000 |
tree | e4856749006cd6b5df631c59e84d05d172b4b8ee | |
parent | f158ed8762d0c8afc63bbad9b16320079ea93797 [diff] [blame] |
Update POM URL to point to specific release Currently, the POM URL points to generic Jetpack or AndroidX homepages. This CL points the POM URL to the specific release in question, for example, https://developer.android.com/jetpack/androidx/releases/fragment#1.3.0-alpha06. This will show up on gmaven and in the version updater plugins as a helpful way to get release notes. Test: manually ran createArchive and checked the outputted URLs. Change-Id: Ic314cc6e6c920742129fd52463b81a10f35f620e
diff --git a/room/common/build.gradle b/room/common/build.gradle index 054e6fe..0be0326 100644 --- a/room/common/build.gradle +++ b/room/common/build.gradle
@@ -39,5 +39,4 @@ mavenGroup = LibraryGroups.ROOM inceptionYear = "2017" description = "Android Room-Common" - url = AndroidXExtension.ARCHITECTURE_URL -} \ No newline at end of file +}