Skip to content

Commit

Permalink
2.7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Nov 30, 2021
1 parent 1e573be commit bb37f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CurrentChangeLog.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## 🐜 Fixes
manga with more then 500 chapters load and stop ddosing MangaDex
user-agent sent on all requests now includes app name
fix concurrency modification error with checking for downloads
Kitsu login
Other bug fixes
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Configs {
const val minSdkVersion = 24
const val targetSdkVersion = 30
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val versionCode = 133
const val versionName = "2.7.1.3"
const val versionCode = 134
const val versionName = "2.7.1.4"
}

plugins {
Expand Down

0 comments on commit bb37f43

Please sign in to comment.