Skip to content

Commit

Permalink
release 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jul 2, 2020
1 parent 8fc9d0e commit 566d3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
changeDate=""
versionName="v2.0.15.3">
<changelogtext>New: Added average rating from X users to manga info screen</changelogtext>
<changelogtext>New: Debug log now writes to file when enabled. Only enable when you need to send logs</changelogtext>
<changelogtext>Fix: Bug where latest chapter option sometimes didn't load a chapter</changelogtext>
<changelogtext>Fix: Complete status not working when last chapter was a .5</changelogtext>
<changelogtext>Fix: Covers not showing in library notification</changelogtext>
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 = 70
const val VERSION_NAME = "2.0.15.2"
const val VERSION_CODE = 71
const val VERSION_NAME = "2.0.15.3"
}

object BuildPluginsVersion {
Expand Down

0 comments on commit 566d3d0

Please sign in to comment.