From bb2bc9e9de45ef7ae695974360eeeaf96172a374 Mon Sep 17 00:00:00 2001 From: StefMa Date: Mon, 9 Feb 2026 15:34:27 +0100 Subject: [PATCH] Update AGP test versions --- .github/workflows/test-agp-variants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-agp-variants.yml b/.github/workflows/test-agp-variants.yml index b69f114..8e83d74 100644 --- a/.github/workflows/test-agp-variants.yml +++ b/.github/workflows/test-agp-variants.yml @@ -17,7 +17,7 @@ jobs: # 3. The next after the current stable (alpha or beta doesn't matter) # The test cases needs to be updated regularly here # https://maven.google.com/web/index.html?q=gradle#com.android.tools.build:gradle - agp_version: [ '8.10.1', '8.11.2', '8.12.3', '8.13.0', '9.0.0-alpha11' ] + agp_version: [ '8.11.2', '8.12.3', '8.13.2', '9.0.0', '9.1.0-alpha08' ] steps: - name: Checkout uses: actions/checkout@v6