chore: update AGP versions in shadow jobs

This commit is contained in:
Harsh Shandilya 2023-02-28 11:25:42 +05:30
parent df1de2c003
commit 9142bed0de
No known key found for this signature in database

View file

@ -13,9 +13,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
agp-version: agp-version:
- 7.4.0 - 7.4.2
- 8.0.0-beta01 - 8.0.0-beta03
- 8.1.0-alpha02 - 8.1.0-alpha07
gradle-version: gradle-version:
- current - current
- wrapper - wrapper
@ -25,8 +25,8 @@ jobs:
- 18 - 18
# Gradle 8.x is currently incompatible with AGP 8.x # Gradle 8.x is currently incompatible with AGP 8.x
exclude: exclude:
- agp-version: 8.0.0-beta01 - agp-version: 8.0.0-beta03
- agp-version: 8.1.0-alpha02 - agp-version: 8.1.0-alpha07
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository