We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc8046 commit ee58fd7Copy full SHA for ee58fd7
1 file changed
.github/workflows/test-agp-variants.yml
@@ -17,7 +17,7 @@ jobs:
17
# 3. The next after the current stable (alpha or beta doesn't matter)
18
# The test cases needs to be updated regularly here
19
# https://maven.google.com/web/index.html?q=gradle#com.android.tools.build:gradle
20
- agp_version: [ '8.6.1', '8.7.3', '8.8.2', '8.9.0', '8.10.0-beta01' ]
+ agp_version: [ '8.10.1', '8.11.2', '8.12.3', '8.13.0', '9.0.0-alpha11' ]
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v5
0 commit comments