Skip to content

Commit

Permalink
2.0.9 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Mar 21, 2014
1 parent b6e0174 commit ebbb3e9
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="315"
android:versionName="2.0.8" >
android:versionCode="316"
android:versionName="2.0.9" >

<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,14 +15,16 @@ Changelog

**Next release**

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

**Version 2.0.9 BETA**

* Fixed photos for allowed contacts ([issue](/../../issues/1588))
* Fixed *GMS.removeGeofences*
* Fixed randomization for secondary users
* Updated Lithuanian translation
* Updated Slovenian translation

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

**Version 2.0.8 BETA**

* Using secure links for documentation, thanks @[Phylon](https://github.com/Phylon)
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 = 315;
private static final int cCurrentVersion = 316;
private static final String cServiceName = "xprivacy305";

// TODO: define column names
Expand Down

0 comments on commit ebbb3e9

Please sign in to comment.