Commit Graph

6 Commits

Author SHA1 Message Date
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
ciciplusplus
85365764e4 Clarify which version of cargo-ndk is needed for the Android build
Change-Id: Ic20e1712d09133ad1912ebf6ff39e6d0ed7cf05d
2024-04-01 00:39:58 +02:00
hikari_no_yume
2607964fa3 Update external links for GitHub repository move
Change-Id: I190b843139a62faa35eb5e0c0bfc9b30d0208626
2024-03-05 09:48:08 +01:00
hikari_no_yume
a050b1da7c Add GitHub Actions workflow for building for Android
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
2024-02-23 16:23:40 +01:00
hikari_no_yume
483da7c040 Mention CMake is required in build documentation
Change-Id: Iaef7d7f7ef849e769ed05d292074994a27ce3115
2024-01-27 13:48:43 +01:00
hikari_no_yume
d8f6f9c8de Move developer documentation into a new dev-docs/ directory
Change-Id: I1a3edb041d90086fc57f1e7cc727808880a0db02
2023-11-07 16:44:24 +01:00