I upgraded to Android Studio 2024.3.2 Patch 1 locally, and then:
- The AGP and Gradle versions were bumped using Android Studio's
Upgrade Assistant. It also made some required config changes:
- The package name was moved from AndroidManifest.xml to
build.gradle
- Some stuff was added to gradle.properties
- I updated the CI and build docs for these changes.
- The Kotlin plugin version was manually updated due to an
incompatibility with the newer JDK bundled with Android Studio,
as suggested here: https://stackoverflow.com/a/79167210
- JDK target versions for Java and Kotlin were specified in order
to fix the newly-fatal error when they don't match.
Change-Id: I4a9e838cf4b3f8243fc66d4dc3a4e1b3194a8baf
This commit also contains some Android build fixes. For some reason,
the GitHub Actions runner encountered problems I don't get on my
machine.
Change-Id: I8f052aa0feadbbbd356d453a2f44220decf52111