Skip to content

Commit

Permalink
Update parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Jan 17, 2024
1 parent 48808f8 commit 12047a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 614
versionName = '6.6.3'
versionName = '6.6.4'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
Expand Down Expand Up @@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:a2979753a9') {
implementation('com.github.KotatsuApp:kotatsu-parsers:8e7d7e0bde') {
exclude group: 'org.json', module: 'json'
}

Expand Down

0 comments on commit 12047a8

Please sign in to comment.