|
1 | 1 | # Browser KTX releases |
2 | 2 |
|
3 | | -Kotlin extensions for the [AndroidX Browser](https://developer.android.com/jetpack/androidx/releases/browser) artifact. |
| 3 | +Kotlin extensions for |
| 4 | +the [AndroidX Browser](https://developer.android.com/jetpack/androidx/releases/browser) artifact. |
4 | 5 |
|
5 | | -See the [Module docs](./Module.md) for more information on how to include this artifact in your build script, and the [generated Dokka documentation](https://edricchan03.github.io/androidx-ktx-extras/androidx/browser/browser-ktx/index.html) for API usage. |
| 6 | +See the [Module docs](./Module.md) for more information on how to include this artifact in your |
| 7 | +build script, and |
| 8 | +the [generated Dokka documentation](https://edricchan03.github.io/androidx-ktx-extras/androidx/browser/browser-ktx/index.html) |
| 9 | +for API usage. |
6 | 10 |
|
7 | 11 | --- |
8 | 12 |
|
| 13 | +<a name="0.0.2"></a> |
| 14 | + |
| 15 | +## 0.0.2 (17 Jul 2023) |
| 16 | + |
| 17 | +* [GitHub release ](https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected]) |
| 18 | +* [Full changelog ](https://github.com/EdricChan03/androidx-ktx-extras/compare/[email protected]@0.0.2) |
| 19 | + |
| 20 | +This release updates the transitive `common-enums` dependency to `0.0.2`. No other |
| 21 | +changes are included, and should be backwards-compatible with [0.0.1](#001-29-jun-2023). |
| 22 | + |
| 23 | +> **Note** |
| 24 | +> If you are using the [`common-enums`](../../common/common-enums) artifact in your own |
| 25 | +> library code, do note the changes in |
| 26 | +[`0.0.2`'s release notes](../../common/common-enums/CHANGELOG.md#002-8-jul-2023), particularly |
| 27 | +> the artifact relocation. |
| 28 | +
|
| 29 | +### Dependency updates |
| 30 | + |
| 31 | +Artifact | Old version | New version |
| 32 | +---|---|--- |
| 33 | +[Kotlin](https://kotlinlang.org) | [`1.8.21`](https://github.com/JetBrains/kotlin/releases/tag/v1.8.21) | [`1.8.22`](https://github.com/JetBrains/kotlin/releases/tag/v1.8.22) |
| 34 | + |
| 35 | +#### Transitive dependency updates |
| 36 | + |
| 37 | +Old artifact | New artifact |
| 38 | +---|--- |
| 39 | +[`io.github.edricchan03.androidx.common.enums:common-enums:0.0.1`](https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common.enums/common-enums/0.0.1) | [`io.github.edricchan03.androidx.common:common-enums:0.0.2`](https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common/common-enums/0.0.2) |
| 40 | + |
| 41 | +##### Visual diff |
| 42 | + |
| 43 | +```diff |
| 44 | +-io.github.edricchan03.androidx.common.enums:common-enums:0.0.1 |
| 45 | ++io.github.edricchan03.androidx.common:common-enums:0.0.2 |
| 46 | +``` |
| 47 | + |
| 48 | +<a name="0.0.1"></a> |
| 49 | + |
9 | 50 | ## 0.0.1 (29 Jun 2023) |
10 | 51 |
|
11 | | -This module adds Kotlin extensions and additional utilities for [version 1.5.0 of the `androidx.browser:browser` artifact](https://developer.android.com/jetpack/androidx/releases/browser#1.5.0). |
| 52 | +* [GitHub release ](https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected]) |
| 53 | +* [Full changelog ](https://github.com/EdricChan03/androidx-ktx-extras/commits/[email protected]) |
| 54 | + |
| 55 | +This module adds Kotlin extensions and additional utilities |
| 56 | +for [version 1.5.0 of the `androidx.browser:browser` artifact](https://developer.android.com/jetpack/androidx/releases/browser#1.5.0). |
12 | 57 |
|
13 | 58 | ### Notable changes |
14 | 59 |
|
|
0 commit comments