Skip to content

Commit

Permalink
2.0.13 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B authored and Phylon committed Mar 31, 2014
1 parent 1b3eb71 commit 21d4dc5
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="319"
android:versionName="2.0.12" >
android:versionCode="320"
android:versionName="2.0.13" >

<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.13 TEST**

* Fixed error message for Android versions below JellyBean MR1 (SDK 17) ([issue](/../../issues/1602))
* Reverted "Fixed multi threaded database access", since it leads to freezes on some ROMs
* Added restriction for [activity recognition](http://developer.android.com/training/location/activity-recognition.html) ([issue](/../../issues/1608))
* Updated Arabic translation

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

**Version 2.0.12 STABLE**

* Updated embedded documentation
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 = 319;
private static final int cCurrentVersion = 320;
private static final String cServiceName = "xprivacy305";

// TODO: define column names
Expand Down

0 comments on commit 21d4dc5

Please sign in to comment.