Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Sep 14, 2015
1 parent df6677d commit 9266799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.nlp.backend.ichnaea"
android:versionCode="10100"
android:versionName="1.1.0">
android:versionCode="10200"
android:versionName="1.2.0">

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="22" />
android:targetSdkVersion="23" />

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public class BackendService extends HelperLocationBackendService
private static final String API_KEY = "068ab754-c06b-473d-a1e5-60e7b1a2eb77";
private static final String PROVIDER = "ichnaea";
private static final int RATE_LIMIT_MS = 5000;
private static final long SWITCH_ON_FRESHNESS_CLIFF_MS = 30000;
private static final int LOCATION_ACCURACY_THRESHOLD = 50;

private static BackendService instance;

Expand Down

0 comments on commit 9266799

Please sign in to comment.