Skip to content

Commit d6ae4e0

Browse files
authored
Merge pull request #713 from Splitties/main
Prepare for release 0.60.5
2 parents 730ff85 + 9382d19 commit d6ae4e0

12 files changed

+46
-12
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log for refreshVersions
22

3+
## Version 0.60.5 (2024-02-05)
4+
5+
### New dependency notation
6+
7+
- `AndroidX.wear.watchFace.complications.data`
8+
9+
### Other change
10+
11+
Change the version key of all watchface complication dependencies to be centralized.
12+
313
## Version 0.60.4 (2024-01-31)
414

515
### Potentially breaking change
@@ -21,7 +31,7 @@ Fix a bug where version keys would be marked as unused in some projects.
2131
### New dependency notations
2232

2333
<details>
24-
<summary><strong>Click to expand (18) </strong></summary>
34+
<summary><strong>Click to expand (2) </strong></summary>
2535

2636
- `AndroidX.bluetooth`
2737
- `AndroidX.bluetooth.testing`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// settings.gradle(.kts)
2727
plugins {
2828
// See https://splitties.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.60.4"
29+
id("de.fayard.refreshVersions") version "0.60.5"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin

docs/dependency-notations.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Built-in Dependency Notations
33
---
44
# Built-in Dependency Notations
55

6-
[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1256** Dependency Notations in **26** groups and **264** subgroups
6+
[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1257** Dependency Notations in **26** groups and **264** subgroups
77

88
**Built-in Dependency Notations** are maven coordinates of popular libraries,
99
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
24852485
24862486
<tr><td><b>AndroidX.wear.watchFace.complications</b></td><td>
24872487
<span
2488-
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications-data-source-ktx"
2488+
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications"
24892489
style="text-decoration: underline;">
24902490
dataSourceKtx
24912491
</span>
24922492
-
24932493
<span
2494-
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications-data-source"
2494+
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications"
24952495
style="text-decoration: underline;">
24962496
dataSource
24972497
</span>
24982498
-
24992499
<span
2500-
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications-rendering"
2500+
title="AndroidX.wear.watchFace.complications.data&#10;androidx.wear.watchface:watchface-complications-data:_&#10;version.androidx.wear.watchface-complications"
2501+
style="text-decoration: underline;">
2502+
data
2503+
</span>
2504+
-
2505+
<span
2506+
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications"
25012507
style="text-decoration: underline;">
25022508
rendering
25032509
</span>

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 8.5
24-
refreshVersions: '0.60.4'
25-
snapshot: '0.60.5-SNAPSHOT'
24+
refreshVersions: '0.60.5'
25+
snapshot: '0.60.6-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
2828

plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt

+8
Original file line numberDiff line numberDiff line change
@@ -3527,6 +3527,14 @@ object AndroidX : IsNotADependency {
35273527
* - [androidx.wear.watchface.complications.datasource.rendering](https://developer.android.com/reference/kotlin/androidx/wear/watchface/complications/rendering/package-summary)
35283528
*/
35293529
val dataSourceKtx = module("watchface-complications-data-source-ktx")
3530+
3531+
/**
3532+
* ComplicationData and subclasses.
3533+
*
3534+
* ### API reference
3535+
* - [androidx.wear.watchface.complications.data](https://developer.android.com/reference/kotlin/androidx/wear/watchface/complications/data/package-summary)
3536+
*/
3537+
val data = module("watchface-complications-data")
35303538
}
35313539

35323540
/**

plugins/dependencies/src/main/resources/refreshVersions-rules/androidx-version-alias-rules.txt

+3
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ androidx.wear.compose:* // In case they add an artifact that doesn't start with
177177

178178
androidx.wear.watchface:watchface(-*)
179179
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
180+
181+
androidx.wear.watchface:watchface-complications(-*)
182+
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^

plugins/dependencies/src/main/resources/removed-dependencies-versions-keys.txt

+3
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ androidx.wear.compose..compose-material3=version.androidx.wear.compose.compose-m
137137
androidx.wear.compose..compose-material=version.androidx.wear.compose.compose-material
138138
androidx.wear.compose..compose-navigation=version.androidx.wear.compose.compose-navigation
139139
androidx.wear.compose..compose-ui-tooling=version.androidx.wear.compose.compose-ui-tooling
140+
androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications-data-source-ktx
141+
androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications-data-source
142+
androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications-rendering

plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
0.60.2->19
1515
0.60.3->19
1616
0.60.4->19
17+
0.60.5->19

plugins/dependencies/src/test/resources/bundled-dependencies-validated.txt

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ androidx.wear.tiles:tiles-material
347347
androidx.wear.tiles:tiles-renderer
348348
androidx.wear.tiles:tiles-testing
349349
androidx.wear.watchface:watchface
350+
androidx.wear.watchface:watchface-complications-data
350351
androidx.wear.watchface:watchface-complications-data-source
351352
androidx.wear.watchface:watchface-complications-data-source-ktx
352353
androidx.wear.watchface:watchface-complications-rendering

plugins/dependencies/src/test/resources/dependencies-mapping-validated.txt

+1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ androidx.wear.tiles..tiles-testing=AndroidX.wear.tiles.testing
355355
androidx.wear.tiles..tiles=AndroidX.wear.tiles
356356
androidx.wear.watchface..watchface-complications-data-source-ktx=AndroidX.wear.watchFace.complications.dataSourceKtx
357357
androidx.wear.watchface..watchface-complications-data-source=AndroidX.wear.watchFace.complications.dataSource
358+
androidx.wear.watchface..watchface-complications-data=AndroidX.wear.watchFace.complications.data
358359
androidx.wear.watchface..watchface-complications-rendering=AndroidX.wear.watchFace.complications.rendering
359360
androidx.wear.watchface..watchface-editor=AndroidX.wear.watchFace.editor
360361
androidx.wear.watchface..watchface=AndroidX.wear.watchFace

plugins/dependencies/src/test/resources/dependencies-versions-key-validated.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,10 @@ androidx.wear.tiles..tiles-material=version.androidx.wear.tiles
352352
androidx.wear.tiles..tiles-renderer=version.androidx.wear.tiles
353353
androidx.wear.tiles..tiles-testing=version.androidx.wear.tiles
354354
androidx.wear.tiles..tiles=version.androidx.wear.tiles
355-
androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications-data-source-ktx
356-
androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications-data-source
357-
androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications-rendering
355+
androidx.wear.watchface..watchface-complications-data-source-ktx=version.androidx.wear.watchface-complications
356+
androidx.wear.watchface..watchface-complications-data-source=version.androidx.wear.watchface-complications
357+
androidx.wear.watchface..watchface-complications-data=version.androidx.wear.watchface-complications
358+
androidx.wear.watchface..watchface-complications-rendering=version.androidx.wear.watchface-complications
358359
androidx.wear.watchface..watchface-editor=version.androidx.wear.watchface-editor
359360
androidx.wear.watchface..watchface=version.androidx.wear.watchface
360361
androidx.webkit..webkit=version.androidx.webkit

plugins/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.60.4
1+
0.60.5

0 commit comments

Comments
 (0)