Files
archived-touchHLE/dev-docs
hikari_no_yume aa8cbb665c Bump Android Gradle Plugin and Gradle versions (and related changes)
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
2025-06-14 20:31:32 +02:00
..