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

Commit

Permalink
3.6.13 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 24, 2015
1 parent 5eede25 commit 8095d94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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="474"
android:versionName="3.6.12" >
android:versionCode="475"
android:versionName="3.6.13" >

<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 @@ -20,11 +20,15 @@ Changelog

**Next release**

* Fixed *getDeviceId* (IMEI) restriction for Android 5.0.x ([issue](/../../issues/2200))
* Added an second folder for importing the pro license
* ...

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

**Version 3.6.13 BETA**

* Fixed *getDeviceId* (IMEI) restriction for Android 5.0.x ([issue](/../../issues/2200))
* Added an second folder for importing the pro license

**Version 3.6.12 BETA**

* Fixed Android 5.x *getDeviceId* (IMEI) restriction ([issue](/../../issues/2198))
Expand Down
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 474;
private static final String cServiceName = "xprivacy474";
private static final int cCurrentVersion = 475;
private static final String cServiceName = "xprivacy475";

private boolean mCorrupt = false;
private boolean mNotified = false;
Expand Down

0 comments on commit 8095d94

Please sign in to comment.