From a4966b4661bf92df77719b31472459b5f03242b5 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 5 Jan 2024 16:29:22 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 6 +++--- app/src/main/res/layout-w600dp-land/activity_details.xml | 3 ++- app/src/main/res/layout/activity_details.xml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index df6a42b98..65dcab054 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 610 - versionName = '6.5.4' + versionCode = 611 + versionName = '6.6.0' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:3feb84ac9e') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0b497c4e0b') { exclude group: 'org.json', module: 'json' } diff --git a/app/src/main/res/layout-w600dp-land/activity_details.xml b/app/src/main/res/layout-w600dp-land/activity_details.xml index d72752eac..57b52a3cc 100644 --- a/app/src/main/res/layout-w600dp-land/activity_details.xml +++ b/app/src/main/res/layout-w600dp-land/activity_details.xml @@ -123,7 +123,8 @@ style="@style/Widget.Material3.TabLayout.Secondary" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@null" /> + android:background="@null" + app:tabUnboundedRipple="false" /> + android:background="@null" + app:tabUnboundedRipple="false" />