Skip to content

Commit

Permalink
Updates to Compose 1.4.0 and Compose Compiler 1.4.4 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored Mar 23, 2023
1 parent 5ed7c0a commit f98418f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

gradlePlugin = "7.4.1"
kotlin = "1.8.10"
compose = "1.4.0-rc01"
composeCompiler = "1.4.3"
composeMaterial3 = "1.1.0-alpha08"
compose = "1.4.0"
composeCompiler = "1.4.4"
composeMaterial3 = "1.1.0-beta01"

androidxtest = "1.4.0"

Expand Down
1 change: 0 additions & 1 deletion sample/src/main/res/layout/item_down_to_earth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
android:textSize="15sp"
android:textStyle="normal"
app:readLessText="@string/read_less"
app:readMoreText="@string/read_more"
app:readMoreMaxLines="2" />

</LinearLayout>

0 comments on commit f98418f

Please sign in to comment.