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

Commit

Permalink
2.1.26 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 13, 2014
1 parent 0ad4589 commit 0354de6
Show file tree
Hide file tree
Showing 3 changed files with 8 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="370"
android:versionName="2.1.25" >
android:versionCode="371"
android:versionName="2.1.26" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ Changelog

**Next release**

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

**Version 2.1.26 BETA**

* Fixed crash while deleting white/black list entries
* Fixed all problems reported through the support info
* Updated Slovak translation

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

**Version 2.1.25 TEST**

* Enabled Google Maps API v2 restrictions
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 @@ -84,7 +84,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 370;
private static final int cCurrentVersion = 371;
private static final String cServiceName = "xprivacy367";

// TODO: define column names
Expand Down

0 comments on commit 0354de6

Please sign in to comment.