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" />