diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c9eb984..466513934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for refreshVersions -## [Unreleased] Version 0.51.0 (2022-10-25) +## Version 0.51.0 (2022-10-25) ### Support Jetpack Compose BoM diff --git a/README.md b/README.md index b30760388..f1e4e1118 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ // settings.gradle(.kts) plugins { // See https://jmfayard.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.50.2" + id("de.fayard.refreshVersions") version "0.51.0" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index 56be8605c..39e84911d 100644 --- a/docs/dependency-notations.md +++ b/docs/dependency-notations.md @@ -3,7 +3,7 @@ title: Built-in Dependency Notations --- # Built-in Dependency Notations -[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1170** Dependency Notations in **26** groups and **244** subgroups +[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1180** Dependency Notations in **26** groups and **249** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -527,6 +527,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + AndroidX.asyncLayoutInflater + + appcompat + + + + AndroidX.benchmark AndroidX.compose + + bom + + - @@ -995,6 +1010,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + AndroidX.dataStore.core + + okio + + + + AndroidX.dataStore.preferences + AndroidX.graphics + + core + + + + AndroidX.health + AndroidX.input + + motionPrediction + + + + AndroidX.leanback rxJava3 + - + + testing + @@ -1932,6 +1980,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina core - + + device + + - @@ -2018,6 +2072,21 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + AndroidX.tv + + foundation + + - + + material + + + + AndroidX.vectorDrawable - + + dynamicModuleSupport + + - @@ -3608,6 +3683,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina dynamicLinks - + + dynamicModuleSupport + + - diff --git a/mkdocs.yml b/mkdocs.yml index 1d05af1d4..329421767 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,8 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 7.5.1 - refreshVersions: '0.50.2' - snapshot: '0.51.0-SNAPSHOT' + refreshVersions: '0.51.0' + snapshot: '0.52.0-SNAPSHOT' keyboard_shortcuts: find_actions: ctrl/cmd + shift + A diff --git a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt index 6c0cb245f..19bef572a 100644 --- a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt +++ b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt @@ -8,3 +8,4 @@ 0.50.0->14 0.50.1->14 0.50.2->15 +0.51.0->15 diff --git a/plugins/version.txt b/plugins/version.txt index 2a108dd27..fdbbf177d 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.51.0-SNAPSHOT \ No newline at end of file +0.51.0 \ No newline at end of file