Skip to content

Commit

Permalink
Merge pull request #135 from usefulness/update_agp
Browse files Browse the repository at this point in the history
Test with AGP-7.0.0-alpha12
  • Loading branch information
mateuszkwiecinski authored Mar 25, 2021
2 parents 2152931 + e6f8792 commit 4bd921e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
fail-fast: false
matrix:
gradle: [ 6.1.1, current, rc ]
agp: [ 4.0.0, 4.1.3, 7.0.0-alpha11 ]
agp: [ 4.0.0, 4.1.3, 7.0.0-alpha12 ]
exclude:
- gradle: 6.1.1
agp: 4.1.3
- gradle: 6.1.1
agp: 7.0.0-alpha11
agp: 7.0.0-alpha12
- gradle: rc
agp: 4.0.0
name: Run Gradle-${{ matrix.gradle }}, AGP-${{ matrix.agp }}
Expand Down

0 comments on commit 4bd921e

Please sign in to comment.