Skip to content

Commit

Permalink
Update parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Jan 7, 2024
1 parent 3acca44 commit adffa80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 611
versionName = '6.6'
versionCode = 612
versionName = '6.6.1'
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:e03d0efe71') {
implementation('com.github.KotatsuApp:kotatsu-parsers:0e8579017b') {
exclude group: 'org.json', module: 'json'
}

Expand Down

0 comments on commit adffa80

Please sign in to comment.