Skip to content

Commit

Permalink
release 2.1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jul 30, 2020
1 parent 4743adf commit 832cf77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.1.1.3">
<changelogtext>Fix: Missing chapter count being reset for merged manga on library update</changelogtext>
<changelogtext>Fix: Clean more descriptions</changelogtext>
<changelogtext>Fix: Add automatic de duplicate of database entries</changelogtext>
<changelogtext>Fix: Crash when MangaDex chapter was missing chapter number</changelogtext>
<changelogtext>Fix: Restore not working when latest covers enabled</changelogtext>
<changelogtext>Fix: Wrong color cursor on Dark theme for edit text boxes</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.1.1.2">
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object AndroidVersions {
const val COMPILE_SDK = 29
const val MIN_SDK = 24
const val TARGET_SDK = 29
const val VERSION_CODE = 77
const val VERSION_NAME = "2.1.1.2"
const val VERSION_CODE = 78
const val VERSION_NAME = "2.1.1.3"
}

object BuildPluginsVersion {
Expand Down

0 comments on commit 832cf77

Please sign in to comment.