Update parsers

This commit is contained in:
Zakhar Timoshenko
2023-12-11 20:02:09 +03:00
parent 5df76fd881
commit fca9ba98cd
3 changed files with 4 additions and 5 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 603 versionCode = 604
versionName = '6.5-b1' versionName = '6.5-b2'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:d6b578acb0') { implementation('com.github.KotatsuApp:kotatsu-parsers:0ff4f976e1') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }

View File

@@ -121,7 +121,7 @@
</style> </style>
<style name="Widget.Kotatsu.Chip" parent="Widget.Material3.Chip.Suggestion"> <style name="Widget.Kotatsu.Chip" parent="Widget.Material3.Chip.Suggestion">
<item name="chipBackgroundColor">?attr/m3ColorBackground</item> <!--<item name="chipBackgroundColor">?attr/m3ColorBackground</item>-->
<item name="rippleColor">?attr/colorControlHighlight</item> <item name="rippleColor">?attr/colorControlHighlight</item>
<!-- Custom chip states --> <!-- Custom chip states -->

View File

@@ -72,7 +72,6 @@
<item name="actionModeCloseDrawable">@drawable/abc_ic_clear_material</item> <item name="actionModeCloseDrawable">@drawable/abc_ic_clear_material</item>
<item name="actionModeWebSearchDrawable">@drawable/abc_ic_search_api_material</item> <item name="actionModeWebSearchDrawable">@drawable/abc_ic_search_api_material</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.Kotatsu</item> <item name="preferenceTheme">@style/PreferenceThemeOverlay.Kotatsu</item>
<item name="chipStyle">@style/Widget.Kotatsu.Chip</item>
<item name="textInputStyle">@style/Widget.Material3.TextInputLayout.OutlinedBox</item> <item name="textInputStyle">@style/Widget.Material3.TextInputLayout.OutlinedBox</item>
<item name="toolbarStyle">@style/Widget.Material3.Toolbar</item> <item name="toolbarStyle">@style/Widget.Material3.Toolbar</item>
<item name="appBarLayoutStyle">@style/Widget.Kotatsu.AppBarLayout</item> <item name="appBarLayoutStyle">@style/Widget.Kotatsu.AppBarLayout</item>