File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33### Requirements
44
55* [ OpenJDK] ( https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot ) >= 8
6- * [ Golang] ( https://golang.org/dl/ ) > = 1.16
7- * [ Android NDK] ( https://developer.android.com/ndk/downloads ) >= 21
6+ * [ Golang] ( https://golang.org/dl/ ) = 1.24.x
7+ * [ Android NDK] ( https://developer.android.com/ndk/downloads ) >= 22
88* [ Docker] ( https://docs.docker.com/engine/install/ ) >= 28
99
1010### Instructions
2828
2929# ## Instructions
3030
31- 1. Ensure Docker has at least 5 GB of RAM and run:
31+ 1. Ensure Docker has at least 16 GB of RAM, 60 GB of free space on disk and run:
3232 ` ` ` shell
3333 mkdir -p apk
3434 DOCKER_BUILDKIT=1 docker build -f android/Dockerfile -o apk .
4949 adb pull $( adb shell pm path io.muun.apollo | grep " /base.apk" | sed ' s/^package://' ) apollo-play.apk
5050 ` ` `
51512. Checkout the commit that corresponds to the version of the app you want to verify.
52- 3. Ensure Docker has at least 5 GB of RAM and run:
52+ 3. Ensure Docker has at least 16 GB of RAM, 60 GB of free space on disk and run:
5353 ` ` ` shell
5454 tools/verify-apollo.sh < path-to-verify.apk>
5555 ` ` `
You can’t perform that action at this time.
0 commit comments