Skip to content

Commit

Permalink
Bumped version to 2.13.3
Browse files Browse the repository at this point in the history
@branch-specific
  • Loading branch information
mikehardy committed Sep 23, 2020
1 parent 3e4f587 commit 7359d92
Showing 2 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ android {
//
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
// needed for upgrades to be offered correctly.
versionCode=21300302
versionName="2.13.2"
versionCode=21300303
versionName="2.13.3"
minSdkVersion 16
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 28
23 changes: 22 additions & 1 deletion AnkiDroid/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
@@ -460,6 +460,27 @@ <h1>AnkiDroid Changelog</h1>
</div>
<div id="content">
<div class="sect1">
<h2 id="_version_2_13_3_2020_09_23"><a class="anchor" href="#_version_2_13_3_2020_09_23"></a>Version 2.13.3 (2020-09-23)</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>Fix double-clicking answer buttons skipping cards</p>
</li>
<li>
<p>Change missing media warning to twice-per-session not twice-per-deck</p>
</li>
<li>
<p>Change answer button fade on open</p>
</li>
<li>
<p>Updated all translations from volunteer crowdin.com site up to 20200923</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_version_2_13_2_2020_09_19"><a class="anchor" href="#_version_2_13_2_2020_09_19"></a>Version 2.13.2 (2020-09-19)</h2>
<div class="sectionbody">
<div class="ulist">
@@ -2449,7 +2470,7 @@ <h2 id="_version_0_1_to_1_1_3"><a class="anchor" href="#_version_0_1_to_1_1_3"><
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-09-19 09:46:25 -0500
Last updated 2020-09-23 09:58:13 -0500
</div>
</div>
</body>

0 comments on commit 7359d92

Please sign in to comment.