Skip to content

Commit 1e33cb2

Browse files
committed
release(browser-ktx): v0.0.2
1 parent e7cb425 commit 1e33cb2

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

androidx/browser/browser-ktx/CHANGELOG.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,59 @@
11
# Browser KTX releases
22

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.
45

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.
610

711
---
812

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+
950
## 0.0.1 (29 Jun 2023)
1051

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).
1257

1358
### Notable changes
1459

androidx/browser/browser-ktx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
@Suppress("UnstableApiUsage") // Kotlin DSL assignment
1010
androidxKtx {
1111
mavenCoordinates {
12-
version = "0.0.2-SNAPSHOT"
12+
version = "0.0.2"
1313
}
1414

1515
libraryType = LibraryType.Android

0 commit comments

Comments
 (0)