Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
3.5.10 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 6, 2015
1 parent 038bddc commit 9198e50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:installLocation="internalOnly"
android:versionCode="459"
android:versionName="3.5.9" >
android:versionCode="460"
android:versionName="3.5.10" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ Changelog

**Next release**

* ...

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.5.10 BETA**

* Fixed disabling location updates in compatibility mode ([issue](/../../issues/2105))
* Removed Cydia Substrate library
* Updated Hindi translation
* Updated Slovak translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.5.9 BETA**

* Prevent accidental application icon/name clicks ([issue](/../../issues/2095))
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 459;
private static final int cCurrentVersion = 460;
private static final String cServiceName = "xprivacy453";

private boolean mCorrupt = false;
Expand Down

0 comments on commit 9198e50

Please sign in to comment.