Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle from 7.4.0-beta05 to…
Browse files Browse the repository at this point in the history
… 7.4.0-rc01
  • Loading branch information
renovate[bot] committed Nov 30, 2022
1 parent 3cca25e commit 5fdf327
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 @@ -691,15 +691,15 @@ jobs:
- name: "AGP 7.4.x on Gradle 7.5+"
gradle: 7.5.1
gradle-java: 11
agp: 7.4.0-beta05
agp: 7.4.0-rc01
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-beta05
agp: 7.4.0-rc01
kotlin: 1.6.21
build-tools: 32.0.0
instant-api: 30
Expand Down Expand Up @@ -998,19 +998,19 @@ jobs:
name: AGP 7.3.x on Gradle 7.x - plugin (7.3.1 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.3.x on Gradle 7.x - plugin (7.3.1 on 7.5.1) Test Results XMLs

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

- name: Download 'AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta05 on 7.5.1) Test Results XMLs' artifact.
- name: Download 'AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-rc01 on 7.5.1) Test Results XMLs' artifact.
if: success() || failure()
uses: actions/download-artifact@v3
with:
name: AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta05 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-beta05 on 7.5.1) Test Results XMLs
name: AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-rc01 on 7.5.1) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-rc01 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.1" }
android-gradle-v74x = { module = "com.android.tools.build:gradle", version = "7.4.0-beta05" }
android-gradle-v74x = { module = "com.android.tools.build:gradle", version = "7.4.0-rc01" }

0 comments on commit 5fdf327

Please sign in to comment.