Bump to 0.100.1
This commit is contained in:
parent
7f5db2c5b9
commit
8f0e23bbe0
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
### 0.100.1 (2016-06-21)
|
||||||
|
|
||||||
|
* Fix background crash after installing or updating apps
|
||||||
|
|
||||||
|
* Fix crash if an app has a short description
|
||||||
|
|
||||||
|
* Fix background crash in the wifi state change swap service
|
||||||
|
|
||||||
|
* Fix crash if there is a problem listing the cached files to delete
|
||||||
|
|
||||||
### 0.100 (2016-06-07)
|
### 0.100 (2016-06-07)
|
||||||
|
|
||||||
* Ability to download apps in the background
|
* Ability to download apps in the background
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fdroid.fdroid"
|
package="org.fdroid.fdroid"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="100050"
|
android:versionCode="100150"
|
||||||
android:versionName="0.100"
|
android:versionName="0.100.1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user