diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2da49a87f..dffe6504b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -691,7 +691,7 @@ 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 @@ -699,7 +699,7 @@ jobs: - 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 @@ -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 diff --git a/gradle/agp.versions.toml b/gradle/agp.versions.toml index 5d6034771..7fdc77d77 100644 --- a/gradle/agp.versions.toml +++ b/gradle/agp.versions.toml @@ -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" }