Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle from 7.4.0-alpha10 t…
Browse files Browse the repository at this point in the history
…o 7.4.0-beta01 (#293)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent 1b632fd commit 6f47253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,15 +642,15 @@ jobs:
- name: "AGP 7.4.x on Gradle 7.5+"
gradle: 7.5.1
gradle-java: 11
agp: 7.4.0-alpha10
agp: 7.4.0-beta01
kotlin: 1.6.21
build-tools: 30.0.3
instant-api: 30
test-task: testReport :quality:tests
- name: "AGP 7.4.x on Gradle 7.5+ - plugin"
gradle: 7.5.1
gradle-java: 11
agp: 7.4.0-alpha10
agp: 7.4.0-beta01
kotlin: 1.6.21
build-tools: 32.0.0
instant-api: 30
Expand Down Expand Up @@ -949,19 +949,19 @@ jobs:
name: AGP 7.3.x on Gradle 7.x - plugin (7.3.0 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.3.x on Gradle 7.x - plugin (7.3.0 on 7.5.1) Test Results XMLs

- name: Download 'AGP 7.4.x on Gradle 7.5+ (7.4.0-alpha10 on 7.5.1) Test Results XMLs'
- name: Download 'AGP 7.4.x on Gradle 7.5+ (7.4.0-beta01 on 7.5.1) Test Results XMLs'
if: success() || failure()
uses: actions/download-artifact@v3
with:
name: AGP 7.4.x on Gradle 7.5+ (7.4.0-alpha10 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ (7.4.0-alpha10 on 7.5.1) Test Results XMLs
name: AGP 7.4.x on Gradle 7.5+ (7.4.0-beta01 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ (7.4.0-beta01 on 7.5.1) Test Results XMLs

- name: Download 'AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-alpha10 on 7.5.1) Test Results XMLs'
- name: Download 'AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta01 on 7.5.1) Test Results XMLs'
if: success() || failure()
uses: actions/download-artifact@v3
with:
name: AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-alpha10 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-alpha10 on 7.5.1) Test Results XMLs
name: AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta01 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta01 on 7.5.1) Test Results XMLs

#- name: Display structure of downloaded files
# run: ls -R
Expand Down
2 changes: 1 addition & 1 deletion gradle/agp.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ android-gradle-v70x = { module = "com.android.tools.build:gradle", version = "7.
android-gradle-v71x = { module = "com.android.tools.build:gradle", version = "7.1.3" }
android-gradle-v72x = { module = "com.android.tools.build:gradle", version = "7.2.2" }
android-gradle-v73x = { module = "com.android.tools.build:gradle", version = "7.3.0" }
android-gradle-v74x = { module = "com.android.tools.build:gradle", version = "7.4.0-alpha10" }
android-gradle-v74x = { module = "com.android.tools.build:gradle", version = "7.4.0-beta01" }

0 comments on commit 6f47253

Please sign in to comment.