Skip to content

Commit cabcb67

Browse files
author
Peter
committed
use 0.7 maps for android
1 parent e143409 commit cabcb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/graphhopper/android/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class MainActivity extends Activity
7373
private volatile boolean prepareInProgress = false;
7474
private volatile boolean shortestPathRunning = false;
7575
private String currentArea = "berlin";
76-
private String fileListURL = "http://download2.graphhopper.com/public/maps/0.6/";
76+
private String fileListURL = "http://download2.graphhopper.com/public/maps/0.7/";
7777
private String prefixURL = fileListURL;
7878
private String downloadURL;
7979
private File mapsFolder;

0 commit comments

Comments
 (0)