Bump to 0.83
This commit is contained in:
parent
f1084452d4
commit
c11fdd11d8
@ -1,4 +1,4 @@
|
|||||||
### 0.82 (2015-03-23)
|
### 0.83 (2015-03-26)
|
||||||
|
|
||||||
* Fix possible crashes when installing or uninstalling apps
|
* Fix possible crashes when installing or uninstalling apps
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.fdroid.fdroid"
|
package="org.fdroid.fdroid"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="820"
|
android:versionCode="830"
|
||||||
android:versionName="0.82"
|
android:versionName="0.83"
|
||||||
>
|
>
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_name">F-Droid</string>
|
<string name="app_name">F-Droid</string>
|
||||||
<string name="version_name">0.82</string>
|
<string name="version_name">0.83</string>
|
||||||
|
|
||||||
<string name="about_sitec">https://f-droid.org</string>
|
<string name="about_sitec">https://f-droid.org</string>
|
||||||
<string name="about_mailc">team@f-droid.org</string>
|
<string name="about_mailc">team@f-droid.org</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user