Skip to content

Commit

Permalink
Fix parsers version
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Oct 5, 2024
1 parent 9358617 commit b46c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.KotatsuApp:kotatsu-parsers:1.2.1') {
implementation('com.github.KotatsuApp:kotatsu-parsers:6f7e1fcfb2') {
exclude group: 'org.json', module: 'json'
}

Expand Down

0 comments on commit b46c00f

Please sign in to comment.