diff --git a/CHANGELOG.md b/CHANGELOG.md index e916974a0..63e4fe202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log for refreshVersions +## Version 0.60.5 (2024-02-05) + +### New dependency notation + +- `AndroidX.wear.watchFace.complications.data` + +### Other change + +Change the version key of all watchface complication dependencies to be centralized. + ## Version 0.60.4 (2024-01-31) ### Potentially breaking change @@ -21,7 +31,7 @@ Fix a bug where version keys would be marked as unused in some projects. ### New dependency notations
-Click to expand (18) +Click to expand (2) - `AndroidX.bluetooth` - `AndroidX.bluetooth.testing` diff --git a/README.md b/README.md index 5cce25d17..9d684057c 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.4" + id("de.fayard.refreshVersions") version "0.60.5" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index c5c7ce43f..9661b98b5 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 **1256** Dependency Notations in **26** groups and **264** subgroups +[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1257** 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, @@ -2485,19 +2485,25 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina AndroidX.wear.watchFace.complications dataSourceKtx - dataSource - + data + + - + rendering diff --git a/mkdocs.yml b/mkdocs.yml index 702c8870e..cb4b778ed 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,8 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 8.5 - refreshVersions: '0.60.4' - snapshot: '0.60.5-SNAPSHOT' + refreshVersions: '0.60.5' + snapshot: '0.60.6-SNAPSHOT' keyboard_shortcuts: find_actions: ctrl/cmd + shift + A diff --git a/plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt b/plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt index 0294c1a39..391cd9666 100644 --- a/plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt +++ b/plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt @@ -3527,6 +3527,14 @@ object AndroidX : IsNotADependency { * - [androidx.wear.watchface.complications.datasource.rendering](https://developer.android.com/reference/kotlin/androidx/wear/watchface/complications/rendering/package-summary) */ val dataSourceKtx = module("watchface-complications-data-source-ktx") + + /** + * ComplicationData and subclasses. + * + * ### API reference + * - [androidx.wear.watchface.complications.data](https://developer.android.com/reference/kotlin/androidx/wear/watchface/complications/data/package-summary) + */ + val data = module("watchface-complications-data") } /** diff --git a/plugins/dependencies/src/main/resources/refreshVersions-rules/androidx-version-alias-rules.txt b/plugins/dependencies/src/main/resources/refreshVersions-rules/androidx-version-alias-rules.txt index 3abc76934..e64510f02 100644 --- a/plugins/dependencies/src/main/resources/refreshVersions-rules/androidx-version-alias-rules.txt +++ b/plugins/dependencies/src/main/resources/refreshVersions-rules/androidx-version-alias-rules.txt @@ -177,3 +177,6 @@ androidx.wear.compose:* // In case they add an artifact that doesn't start with androidx.wear.watchface:watchface(-*) ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ + +androidx.wear.watchface:watchface-complications(-*) +^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/plugins/dependencies/src/main/resources/removed-dependencies-versions-keys.txt b/plugins/dependencies/src/main/resources/removed-dependencies-versions-keys.txt index f5d274ee6..e0d3fe620 100644 --- a/plugins/dependencies/src/main/resources/removed-dependencies-versions-keys.txt +++ b/plugins/dependencies/src/main/resources/removed-dependencies-versions-keys.txt @@ -137,3 +137,6 @@ androidx.wear.compose..compose-material3=version.androidx.wear.compose.compose-m androidx.wear.compose..compose-material=version.androidx.wear.compose.compose-material androidx.wear.compose..compose-navigation=version.androidx.wear.compose.compose-navigation androidx.wear.compose..compose-ui-tooling=version.androidx.wear.compose.compose-ui-tooling +androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications-data-source-ktx +androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications-data-source +androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications-rendering 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 f9d306354..f9a457c99 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 @@ -14,3 +14,4 @@ 0.60.2->19 0.60.3->19 0.60.4->19 +0.60.5->19 diff --git a/plugins/dependencies/src/test/resources/bundled-dependencies-validated.txt b/plugins/dependencies/src/test/resources/bundled-dependencies-validated.txt index ee3d3f2e6..114d32120 100644 --- a/plugins/dependencies/src/test/resources/bundled-dependencies-validated.txt +++ b/plugins/dependencies/src/test/resources/bundled-dependencies-validated.txt @@ -347,6 +347,7 @@ androidx.wear.tiles:tiles-material androidx.wear.tiles:tiles-renderer androidx.wear.tiles:tiles-testing androidx.wear.watchface:watchface +androidx.wear.watchface:watchface-complications-data androidx.wear.watchface:watchface-complications-data-source androidx.wear.watchface:watchface-complications-data-source-ktx androidx.wear.watchface:watchface-complications-rendering diff --git a/plugins/dependencies/src/test/resources/dependencies-mapping-validated.txt b/plugins/dependencies/src/test/resources/dependencies-mapping-validated.txt index 3b355f588..cadcce2a2 100644 --- a/plugins/dependencies/src/test/resources/dependencies-mapping-validated.txt +++ b/plugins/dependencies/src/test/resources/dependencies-mapping-validated.txt @@ -355,6 +355,7 @@ androidx.wear.tiles..tiles-testing=AndroidX.wear.tiles.testing androidx.wear.tiles..tiles=AndroidX.wear.tiles androidx.wear.watchface..watchface-complications-data-source-ktx=AndroidX.wear.watchFace.complications.dataSourceKtx androidx.wear.watchface..watchface-complications-data-source=AndroidX.wear.watchFace.complications.dataSource +androidx.wear.watchface..watchface-complications-data=AndroidX.wear.watchFace.complications.data androidx.wear.watchface..watchface-complications-rendering=AndroidX.wear.watchFace.complications.rendering androidx.wear.watchface..watchface-editor=AndroidX.wear.watchFace.editor androidx.wear.watchface..watchface=AndroidX.wear.watchFace diff --git a/plugins/dependencies/src/test/resources/dependencies-versions-key-validated.txt b/plugins/dependencies/src/test/resources/dependencies-versions-key-validated.txt index 5113dbe82..71a9a84be 100644 --- a/plugins/dependencies/src/test/resources/dependencies-versions-key-validated.txt +++ b/plugins/dependencies/src/test/resources/dependencies-versions-key-validated.txt @@ -352,9 +352,10 @@ androidx.wear.tiles..tiles-material=version.androidx.wear.tiles androidx.wear.tiles..tiles-renderer=version.androidx.wear.tiles androidx.wear.tiles..tiles-testing=version.androidx.wear.tiles androidx.wear.tiles..tiles=version.androidx.wear.tiles -androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications-data-source-ktx -androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications-data-source -androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications-rendering +androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications +androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications +androidx.wear.watchface..watchface-complications-data=version.androidx.wear.watchface-complications +androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications androidx.wear.watchface..watchface-editor=version.androidx.wear.watchface-editor androidx.wear.watchface..watchface=version.androidx.wear.watchface androidx.webkit..webkit=version.androidx.webkit diff --git a/plugins/version.txt b/plugins/version.txt index 3cc75305f..f30587ab7 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.60.4 +0.60.5 \ No newline at end of file