diff --git a/app/src/main/res/layout/item_search.xml b/app/src/main/res/layout/item_search.xml index 38f891138..c670816b9 100644 --- a/app/src/main/res/layout/item_search.xml +++ b/app/src/main/res/layout/item_search.xml @@ -134,7 +134,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" - android:visibility="gone" android:lines="1" android:text="@string/last_read" android:textSize="11sp" /> diff --git a/app/version.properties b/app/version.properties index 2144a2482..c0214cc1d 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,4 +1,4 @@ VERSION_MAJOR=3 VERSION_MINOR=25 -VERSION_PATCH=13 +VERSION_PATCH=14 VERSION_SUFFIX= \ No newline at end of file