From 8629c8c437c7b924486fae9358baabe89167d68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Mon, 16 Feb 2026 10:45:09 -0500 Subject: [PATCH] Add new project and package for ca-100-mile-house-transit-bus --- dev/build-status/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/build-status/index.html b/dev/build-status/index.html index e353daf..8b3a2d1 100644 --- a/dev/build-status/index.html +++ b/dev/build-status/index.html @@ -25,6 +25,7 @@ window.onload = async function() { var projects = [ "mtransit-for-android", + "ca-100-mile-house-transit-bus", "ca-airdrie-transit-bus", "ca-banff-roam-transit-bus", "ca-barrie-transit-bus", @@ -141,6 +142,7 @@ ]; var pkgs = [ "org.mtransit.android", + "org.mtransit.android.ca_100_mile_house_transit_bus", "org.mtransit.android.ca_airdrie_transit_bus", "org.mtransit.android.ca_banff_roam_transit_bus", "org.mtransit.android.ca_barrie_transit_bus",