File tree 2 files changed +3
-3
lines changed
src/org/mozilla/mozstumbler
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.mozilla.mozstumbler"
4
- android : versionCode =" 6 "
5
- android : versionName =" 0.5.0 " >
4
+ android : versionCode =" 7 "
5
+ android : versionName =" 0.5.1 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 8"
Original file line number Diff line number Diff line change 27
27
28
28
public final class MainActivity extends Activity {
29
29
private static final String LOGTAG = MainActivity .class .getName ();
30
- private static final String LEADERBOARD_URL = "https://location.services.mozilla.com/stats " ;
30
+ private static final String LEADERBOARD_URL = "https://location.services.mozilla.com/leaders " ;
31
31
32
32
private ScannerServiceInterface mConnectionRemote ;
33
33
private ServiceConnection mConnection ;
You can’t perform that action at this time.
0 commit comments