Skip to content

Commit bf07fa3

Browse files
committed
Version 1.5.0-beta
1 parent 98f5bf0 commit bf07fa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ There are multiple version currently being released, depending on [Compose UI ve
1313
| Compose UI 1.1 (1.1.x) | 1.2.0 |
1414
| Compose UI 1.2 (1.2.x) | 1.3.0 |
1515
| Compose UI 1.3 (1.3.x) | 1.4.0 |
16+
| Compose UI 1.4 (1.4.x) | 1.5.0-beta |
1617

1718
<b>Version 1.0.0 is legacy and should not be used as it may cause compatibility problems!</b>
1819

buildSrc/src/main/java/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
const val appCompat = "1.5.0"
77
const val ktlint = "10.3.0"
88
const val composeCompiler = "1.4.3"
9-
const val compose = "1.3.3"
9+
const val compose = "1.4.0-beta02"
1010
const val material3 = "1.0.1"
1111
const val composeActivity = "1.6.1"
1212
}

0 commit comments

Comments
 (0)