diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-28 11:25:42 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-28 11:25:42 +0530 |
commit | 9142bed0de95846d50d8a28a51692b0c31e2f67f (patch) | |
tree | 97cb875cb6bae7961d120ab087fd2a52379aae69 /.github | |
parent | df1de2c0036c6e274351a05c8e5251ee8204cb0a (diff) |
chore: update AGP versions in shadow jobs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/shadow_job.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/shadow_job.yml b/.github/workflows/shadow_job.yml index 59d69b23..ffb819c7 100644 --- a/.github/workflows/shadow_job.yml +++ b/.github/workflows/shadow_job.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: agp-version: - - 7.4.0 - - 8.0.0-beta01 - - 8.1.0-alpha02 + - 7.4.2 + - 8.0.0-beta03 + - 8.1.0-alpha07 gradle-version: - current - wrapper @@ -25,8 +25,8 @@ jobs: - 18 # Gradle 8.x is currently incompatible with AGP 8.x exclude: - - agp-version: 8.0.0-beta01 - - agp-version: 8.1.0-alpha02 + - agp-version: 8.0.0-beta03 + - agp-version: 8.1.0-alpha07 runs-on: ubuntu-latest steps: - name: Checkout repository |