BVG: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2017-08-31 10:30:15 +02:00
parent cbdacd5be5
commit 6a4792e879

View file

@ -39,7 +39,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public final class BvgProvider extends AbstractHafasMobileProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://bvg-apps.hafas.de/bin/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://bvg-apps.hafas.de/bin/");
private static final Product[] PRODUCTS_MAP = { Product.SUBURBAN_TRAIN, Product.SUBWAY, Product.TRAM, Product.BUS,
Product.FERRY, Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN, Product.ON_DEMAND, null, null };