Update parsers

This commit is contained in:
Koitharu
2024-01-05 16:29:22 +02:00
parent 58e570601d
commit a4966b4661
3 changed files with 7 additions and 5 deletions

View File

@@ -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'
}

View File

@@ -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" />
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/pager"

View File

@@ -103,7 +103,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" />
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/pager"