diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d3c0328..2eb1238 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/sample/src/main/res/layout/item_down_to_earth.xml b/sample/src/main/res/layout/item_down_to_earth.xml index 5474f87..e86ad0a 100644 --- a/sample/src/main/res/layout/item_down_to_earth.xml +++ b/sample/src/main/res/layout/item_down_to_earth.xml @@ -32,7 +32,6 @@ android:textSize="15sp" android:textStyle="normal" app:readLessText="@string/read_less" - app:readMoreText="@string/read_more" app:readMoreMaxLines="2" />