0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Bump version to 2.3.2

@branch-specific
This commit is contained in:
timrae 2014-11-07 06:23:49 +09:00
parent 9363590237
commit e84a78118f
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ichi2.anki"
android:installLocation="auto"
android:versionCode="20301302"
android:versionName="2.3.1" >
android:versionCode="20302300"
android:versionName="2.3.2" >
<!--
The version number is of the form:

View File

@ -3,7 +3,7 @@
<!-- Be careful with a reordering. It will probably lead to a deletion of already translated strings on crowdin and should therefore only be done only immediately before release -->
<string-array name="new_version_features">
<item>(new in 2.3.1) Bug fixes: Sync, TTS, Remote images, Advanced editor, Export</item>
<item>(new in 2.3.2) Bug fixes: Sync, TTS, Remote images, Advanced editor, Export</item>
<item>Add new user manual</item>
<item>Make statistics identical to Anki Desktop</item>
<item>Fixes to media sync</item>