Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-agp-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# 3. The next after the current stable (alpha or beta doesn't matter)
# The test cases needs to be updated regularly here
# https://maven.google.com/web/index.html?q=gradle#com.android.tools.build:gradle
agp_version: [ '8.10.1', '8.11.2', '8.12.3', '8.13.0', '9.0.0-alpha11' ]
agp_version: [ '8.11.2', '8.12.3', '8.13.2', '9.0.0', '9.1.0-alpha08' ]
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down