File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
androidx/common/kotest-common-enums Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,23 @@ for API usage.
1313
1414---
1515
16+ <a name =" 0.1.1 " ></a >
17+
18+ ## 0.1.1 (21 Aug 2025)
19+
20+ * [ Maven Central] ( https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common/kotest-common-enums/0.1.1 )
21+ * [ GitHub release
] ( https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected] ) 22+
23+ This is version [ 0.1.0] ( #0.1.0 ) but with fixed publishing.
24+
25+ > [ !warning]
26+ > Note that this module is built with Kotlin 2.0.0+ and may require
27+ > the [ K2 compiler] ( https://kotlinlang.org/docs/k2-compiler-migration-guide.html ) .
28+
1629<a name =" 0.1.0 " ></a >
1730
1831## 0.1.0 (29 May 2024)
1932
20- * [ Maven Central] ( https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common/kotest-common-enums/0.1.0 )
21- * [ GitHub release
] ( https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected] ) 22-
2333This is the initial release of this artifact, which provides common utilities for testing
2434code that
2535uses [ ` EnumFromValue ` ] ( https://edricchan03.github.io/androidx-ktx-extras/androidx/common/common-enums/io.github.edricchan03.androidx.common.enums/-enum-from-value/index.html )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66androidxKtx {
77 mavenCoordinates {
8- version = " 0.1.0 "
8+ version = " 0.1.1 "
99 }
1010
1111 name = " androidx-ktx-extras-kotest-common-enums"
You can’t perform that action at this time.
0 commit comments