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

Commit

Permalink
1.99.56 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 25, 2014
1 parent 40e07f5 commit 88d2d69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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="289"
android:versionName="1.99.55" >
android:versionCode="290"
android:versionName="1.99.56" >

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

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


**Version 1.99.56 TEST**

* More compatible database upgrade procedure

**Version 1.99.55 TEST**

* Fixed submitting restrictions ([issue](/../../issues/1452))
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 @@ -67,7 +67,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 289;
private static final int cCurrentVersion = 290;
private static final String cServiceName = "xprivacy288";

// TODO: define column names
Expand Down

0 comments on commit 88d2d69

Please sign in to comment.