Skip to content

Commit

Permalink
release 2.1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Aug 20, 2020
1 parent cda7950 commit c3a9697
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.1.3.1">
versionName="v2.1.3.3">
<changelogtext>Fix: lower rating limit requests to prevent some 429 errors</changelogtext>
<changelogtext>Fix: MDList Score update</changelogtext>
<changelogtext>Fix: description fixes</changelogtext>
<changelogtext>Fix: edge cases on merging manga</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.1.3.2">
<changelogtext>Fix: update notification bug for realz</changelogtext>
</changelogversion>
<changelogversion
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Configs {
const val minSdkVersion = 24
const val targetSdkVersion = 29
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val versionCode = 84
const val versionName = "2.1.3.2"
const val versionCode = 85
const val versionName = "2.1.3.3"
}

object LegacyPluginClassPath {
Expand Down

0 comments on commit c3a9697

Please sign in to comment.