Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst committed May 12, 2021
1 parent c4ccbf8 commit 2f3a4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -10,8 +10,8 @@ android {
applicationId "com.lagradost.quicknovel"
minSdkVersion 23
targetSdkVersion 30
versionCode 11
versionName "1.4.1"
versionCode 12
versionName "1.4.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ class RoyalRoadProvider : MainAPI() {
"ONGOING" -> 1
"COMPLETED" -> 2
"HIATUS" -> 3
"STUB" -> 4
else -> 0
}
if (status > 0) break
Expand Down

0 comments on commit 2f3a4e8

Please sign in to comment.