Skip to content

Commit e6b8243

Browse files
committed
Apollo: update BUILD.md requirements
1 parent 19c329d commit e6b8243

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

BUILD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
@@ -28,7 +28,7 @@
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 .
@@ -49,7 +49,7 @@
4949
adb pull $(adb shell pm path io.muun.apollo | grep "/base.apk" | sed 's/^package://') apollo-play.apk
5050
```
5151
2. 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
```

0 commit comments

Comments
 (0)