diff --git a/CurrentChangeLog.MD b/CurrentChangeLog.MD index 35b9dd9568..1e12d8b611 100644 --- a/CurrentChangeLog.MD +++ b/CurrentChangeLog.MD @@ -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 \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 05300247f2..2b8ac6a011 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 {