diff --git a/CHANGELOG.md b/CHANGELOG.md index c60377686..6c443079d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for refreshVersions -## [Unreleased] Version 0.60.3 (2023-09-27) +## Version 0.60.3 (2023-09-27) ### Bug fix diff --git a/README.md b/README.md index d5e27d6ff..183d697f0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ // settings.gradle(.kts) plugins { // See https://splitties.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.60.2" + id("de.fayard.refreshVersions") version "0.60.3" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index 0c32a3f72..8474b55e8 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/Splitties/refreshVersions) provides **1254** Dependency Notations in **26** groups and **263** subgroups +[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1256** Dependency Notations in **26** groups and **264** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -126,6 +126,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina biometric - + + bluetooth + + - @@ -602,6 +608,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + AndroidX.bluetooth + + testing + + + + AndroidX.camera 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 c15ee8071..a9691f066 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 @@ -12,3 +12,4 @@ 0.60.0->16 0.60.1->17 0.60.2->19 +0.60.3->19 diff --git a/plugins/version.txt b/plugins/version.txt index bf394a482..365525dbe 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.60.3-SNAPSHOT \ No newline at end of file +0.60.3 \ No newline at end of file