Skip to content

Commit

Permalink
2.0.18 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Apr 17, 2014
1 parent 00c153e commit e5530f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:installLocation="internalOnly"
android:versionCode="324"
android:versionCode="325"
android:versionName="2.0.17" >

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

**Next release**

* Updated Italian translation

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

**Version 2.0.18 STABLE**

* Updated Italian translation

**Version 2.0.17 BETA**

* Fixed restricting activity recognition (category location)
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 @@ -70,7 +70,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 324;
private static final int cCurrentVersion = 325;
private static final String cServiceName = "xprivacy305";

// TODO: define column names
Expand Down

0 comments on commit e5530f2

Please sign in to comment.