Skip to content

APG 9.0.0 migration#54

Merged
mmathieum merged 3 commits intomasterfrom
mm/agp9
Feb 4, 2026
Merged

APG 9.0.0 migration#54
mmathieum merged 3 commits intomasterfrom
mm/agp9

Conversation

@mmathieum
Copy link
Member

@mmathieum mmathieum self-assigned this Feb 3, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @mmathieum, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating the project's build configuration to be compatible with Android Gradle Plugin (AGP) version 9.0.0. The changes involve adjusting plugin declarations and modernizing Kotlin compiler settings within the build.gradle file to ensure smooth integration with the new AGP version.

Highlights

  • Android Gradle Plugin (AGP) Migration: The build configuration has been updated to align with the requirements of Android Gradle Plugin (AGP) 9.0.0, specifically by removing the explicit kotlin.android plugin declaration which is now handled implicitly by AGP.
  • Kotlin Compiler Options Update: The configuration for Kotlin compiler options has been modernized, transitioning from the deprecated kotlinOptions block to the new kotlin { compilerOptions { ... } } structure, and updating the jvmTarget to use rootProject.kotlinJvmTarget.
Changelog
  • build.gradle
    • Removed alias(libs.plugins.kotlin.android) from the plugins block, as it's now implicitly handled by newer AGP versions.
    • Refactored Kotlin compiler options from kotlinOptions { jvmTarget = rootProject.javaVersion } to the modern kotlin { compilerOptions { jvmTarget = rootProject.kotlinJvmTarget } } syntax.
Activity
  • The pull request was opened by mmathieum.
  • No human activity (comments, reviews) has occurred on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Gradle build configuration for the migration to Android Gradle Plugin 9.0.0. The changes, which include removing the redundant kotlin-android plugin and updating the Kotlin compiler options to the new kotlin.compilerOptions DSL, are correct and align with the standard AGP migration procedures. The changes are well-executed and improve the project's build configuration.

@mmathieum mmathieum marked this pull request as ready for review February 3, 2026 21:43
@mmathieum mmathieum merged commit 1bcdd5f into master Feb 4, 2026
7 of 8 checks passed
@mmathieum mmathieum deleted the mm/agp9 branch February 4, 2026 16:11
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Feb 4, 2026
…parser':

- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-cranbrook-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-niagara-region-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-welland-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-montreal-amt-train-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-fraser-valley-express-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-niagara-falls-wego-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-nanaimo-rdn-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-comox-valley-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-milton-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-vancouver-translink-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-squamish-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-vancouver-translink-train-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-montreal-stm-subway-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-grand-river-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-banff-roam-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-prince-george-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-montreal-stm-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-laval-stl-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-central-fraser-valley-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-kelowna-regional-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-whistler-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-quebec-rtc-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-via-rail-train-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-barrie-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-dawson-creek-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-cornwall-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-victoria-regional-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-st-catharines-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-gta-up-express-train-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-sunshine-coast-regional-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-powell-river-regional-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-campbell-river-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Feb 6, 2026
…parser':

- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-vancouver-mobi-bike-android that referenced this pull request Feb 10, 2026
- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
montransit added a commit to mtransitapps/ca-quebec-a-velo-bike-android that referenced this pull request Feb 10, 2026
- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
montransit added a commit to mtransitapps/ca-red-deer-transit-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/us-clark-county-c-tran-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-sherbrooke-sts-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-chambly-richelieu-carignan-citcrc-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/us-everett-transit-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-les-moulins-mrclm-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-laurentides-citla-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/ca-mississauga-miway-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
montransit added a commit to mtransitapps/us-snohomish-county-community-transit-bus-android that referenced this pull request Feb 10, 2026
…parser':

- commons: Update develocity plugin version to 4.3.2 mtransitapps/commons#554
- commons: Update mt-dependency-update-baseline.yml mtransitapps/commons#555
- commons: Service updates/alerts compat w/ trip IDs mtransitapps/commons#552
- commons: `mt-download-data.yml`> `trigger mt-sync-code-data.yml` if current data is outdated & newer data vailable mtransitapps/commons#553
- commons: Cleanup protobuf dependencies mtransitapps/commons#551
- commons: Add "protobuf-kotlin-lite" dependency
- commons: Build(deps): Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 mtransitapps/commons#550
- commons: Build(deps): Bump the protobuf group with 4 updates mtransitapps/commons#549
- commons: Build(deps): Bump com.google.ads.mediation:facebook from 6.21.0.0 to 6.21.0.1 in the ads group mtransitapps/commons#548
- commons: Build(deps): Bump the androidx group with 4 updates mtransitapps/commons#547
- commons: APG 9.0.0 migration mtransitapps/commons#523
- commons: Update gradle wrapper to `9.1.0` mtransitapps/commons#546
- commons: Add reset-current-schedule input to mt-sync-code-data workflow mtransitapps/commons#543
- commons: mt-sync-code-data.yml > fix skip on main repo
- commons-android: Service updates/alerts compat w/ trip IDs mtransitapps/commons-android#55
- commons-android: Fix protobuf kotlin compat
- commons-android: Toast utils cleanup
- commons-android: APG 9.0.0 migration mtransitapps/commons-android#54
- commons-java: Revert using MT_DEBUG sys env var, not working
- commons-java: Service updates/alerts compat w/ trip IDs mtransitapps/commons-java#19
- commons-java: SQL utils > add where table column IS NULL
- commons-java: APG 9.0.0 migration mtransitapps/commons-java#14
- parser: APG 9.0.0 migration mtransitapps/parser#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant