Skip to content

Update gradle wrapper to 9.1.0#546

Merged
mmathieum merged 2 commits intomasterfrom
mm/gradle_9_1_0
Feb 4, 2026
Merged

Update gradle wrapper to 9.1.0#546
mmathieum merged 2 commits intomasterfrom
mm/gradle_9_1_0

Conversation

@mmathieum
Copy link
Member

No description provided.

@mmathieum mmathieum self-assigned this Feb 4, 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 upgrades the project's build system by updating the Gradle wrapper to its latest stable version, 9.1.0. This ensures the project benefits from the newest features, performance enhancements, and security patches provided by the Gradle ecosystem, maintaining compatibility and leveraging modern build capabilities.

Highlights

  • Gradle Wrapper Update: The Gradle wrapper has been updated from version 8.13 to 9.1.0. This change includes updating the distributionUrl to point to the new version's zip file and refreshing the distributionSha256Sum to match the new distribution's hash.
Changelog
  • shared/gradle/wrapper/gradle-wrapper.properties
    • Updated the distributionSha256Sum to the new hash for Gradle 9.1.0.
    • Modified the distributionUrl to download gradle-9.1.0-all.zip.
Activity
  • No specific review comments or human activity have been recorded for 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 wrapper to version 9.1.0. While updating dependencies is good practice, the update appears to be incomplete. Only the gradle-wrapper.properties file has been modified. A complete Gradle wrapper update should also include potential changes to the wrapper scripts (gradlew, gradlew.bat) and the wrapper JAR file to ensure consistency. I have added a comment explaining how to correctly perform the update using the wrapper task, which will ensure the build process remains stable and consistent for all developers.

@mmathieum mmathieum marked this pull request as ready for review February 4, 2026 15:17
@mmathieum
Copy link
Member Author

/gemini review

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 wrapper from version 8.13 to 9.1.0. The changes include updating the distribution URL and checksum in gradle-wrapper.properties, and modifying the gradlew and gradlew.bat scripts to use the -jar option for launching the wrapper. These are standard and correct changes for a Gradle wrapper upgrade. The pull request looks good.

@mmathieum mmathieum merged commit 751a462 into master Feb 4, 2026
6 checks passed
@mmathieum mmathieum deleted the mm/gradle_9_1_0 branch February 4, 2026 15:19
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Feb 4, 2026
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/us-anchorage-people-mover-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-calgary-transit-train-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-regina-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-longview-rivercities-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-toronto-ttc-subway-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-edmonton-ets-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-winnipeg-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-le-richelain-citlr-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-edmonton-ets-train-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-saint-john-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-sud-ouest-citso-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-strathcona-county-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-shawinigan-rtcs-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-calgary-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-laurentides-linter-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/fr-perpignan-sankeo-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-la-presqu-ile-citpi-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-montreal-bixi-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-whitehorse-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-halifax-transit-ferry-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-halifax-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-st-john-s-metrobus-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-saskatoon-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-airdrie-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-l-assomption-mrclasso-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-york-region-yrt-viva-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-hamilton-hsr-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-quebec-orleans-express-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-toronto-ttc-light-rail-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-toronto-ttc-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-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