mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
9 lines
406 B
Plaintext
9 lines
406 B
Plaintext
This file contains the current build notes for Forge.
|
|
|
|
-- Compiling Forge for Android: Pre-requisites --
|
|
When compiling Forge for Android, make sure the following prerequisites are met:
|
|
Java 17, either Oracle or OpenJDK.
|
|
Android SDK 35
|
|
Android Build-Tools 35.0.0 (this is important, build-tools 33 and below do not work with Java 17)
|
|
Proguard 7.6.0 (proguard.jar included under "forge-gui-android/tools").
|