Files
ibaker 4c1adb2ca1 Upgrade AGP to 8.12.3 and Gradle to 8.13
This is needed to pick up the fix for
https://issuetracker.google.com/426553902 which will otherwise
disrupt the `1.9.0-alpha01` release.

This was done using the 'upgrade assistant' in Android Studio and
tested with:

```shell
$ ./gradlew \
    -Dorg.gradle.jvmargs=-Xmx7g \
    -Dorg.gradle.java.home=/usr/lib/jvm/default-java \
    clean build
```

And also tested by installing the following demo apps and checking
they launched:
* main
* cast
* compose
* composition
* effect
* gl
* litert
* session
* shortform
* surface
* transformer
* controller test app

I didn't test:
* session-automotive (didn't have an appropriate emulator to hand)

PiperOrigin-RevId: 816110135
2025-10-07 02:23:40 -07:00
..