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

Commit

Permalink
2.0.23 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 17, 2014
1 parent 770a81d commit 79b4d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 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="329"
android:versionName="2.0.22" >
android:versionCode="330"
android:versionName="2.0.23" >

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

**Next release**

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

**Version 2.0.23 BETA**

* Fixed displaying contacts without display name ([issue](/../../issues/1660))
* Fixed on demand restricting for dangerous methods with whitelists ([issue](/../../issues/1653))
* Not storing salt into database anymore for increased privacy ([issue](/../../issues/1661))
* Easier pro license file import ([issue](/../../issues/1658))

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

**Version 2.0.22 STABLE**

* Fixed incompatibility with Xposed 2.6 beta 1 ([issue](/../../issues/1659))
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 @@ -71,7 +71,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 329;
private static final int cCurrentVersion = 330;
private static final String cServiceName = "xprivacy305";

// TODO: define column names
Expand Down

0 comments on commit 79b4d8e

Please sign in to comment.