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

Commit

Permalink
3.4.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Oct 20, 2014
1 parent 3520111 commit 199821c
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="440"
android:versionName="3.4.5" >
android:versionCode="441"
android:versionName="3.4.6" >

<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 @@ -26,10 +26,12 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr

**Next release**

* Use accent color for custom check boxes and list item press

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

**Version 3.4.6 TEST**

* Use accent color for custom check boxes and list item press

**Version 3.4.5 TEST**

* Fixed search view ([issue](/../../issues/2037))
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 @@ -78,7 +78,7 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 440;
private static final int cCurrentVersion = 441;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit 199821c

Please sign in to comment.