Bump to 0.92 with changelog

This commit is contained in:
Daniel Martí 2015-06-08 17:06:27 +02:00
parent 9795b31b69
commit 3b962b7546
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
### 0.92 (2015-06-08)
* Make swap only in portrait mode to prevent crashes and issues where UI elements are obscured
* Update Universal-Image-Loader to 1.9.4
* Make Apk downloads progress be measured in kilobytes instead of bytes
* Add missing Sardinian language to the preferences
* Fix minimum SDK to be 8 (2.2) instead of 7 (2.1) since support for version 7
was dropped long ago
### 0.91 (2015-05-18)
* Don't request the "Write to external storage" permission on 4.4 and later

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="910"
android:versionName="0.91"
android:versionCode="920"
android:versionName="0.92"
>
<uses-sdk