Skip to content

Commit

Permalink
Bumped version to 2.13.2
Browse files Browse the repository at this point in the history
@branch-specific
  • Loading branch information
mikehardy committed Sep 19, 2020
1 parent a57d9f2 commit 8b0eb23
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/build.gradle
Expand Up @@ -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=21300301
versionName="2.13.1"
versionCode=21300302
versionName="2.13.2"
minSdkVersion 16
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 28
Expand Down
26 changes: 25 additions & 1 deletion AnkiDroid/src/main/assets/changelog.html
Expand Up @@ -460,6 +460,30 @@ <h1>AnkiDroid Changelog</h1>
</div>
<div id="content">
<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">
<ul>
<li>
<p>Fix Crash rare on Card Browser exit</p>
</li>
<li>
<p>Fix Crash Android 4.4</p>
</li>
<li>
<p>Fix Open Deck failures / improve related messaging</p>
</li>
<li>
<p>Fix messaging for Xioami cloze workaround</p>
</li>
<li>
<p>Move "set field language" after share on Note Editor context menu</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_version_2_13_1_2020_09_17"><a class="anchor" href="#_version_2_13_1_2020_09_17"></a>Version 2.13.1 (2020-09-17)</h2>
<div class="sectionbody">
<div class="ulist">
Expand Down Expand Up @@ -2425,7 +2449,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-17 15:16:38 -0500
Last updated 2020-09-19 09:46:25 -0500
</div>
</div>
</body>
Expand Down

0 comments on commit 8b0eb23

Please sign in to comment.