-
-
Notifications
You must be signed in to change notification settings - Fork 14
Building
DC* edited this page Aug 8, 2020
·
8 revisions
This is a preliminary page describing the steps to build the application on your own.
To build the application yourself you should follow these steps:
- Install Android Studio (or just the Android SDK alone)
- Clone the repo somewhere in your system
- ./gradlew build
That's it!
The following dependencies are pulled from jitpack:
group | package | version | repository | jitpack |
---|---|---|---|---|
com.github.freenet-mobile | mantissa | 0.0.3 | repository | jitpack |
com.github.freenet-mobile | lzmajio | 0.95.4 | repository | jitpack |
com.github.freenet-mobile | onion-common | 0.0.3 | repository | jitpack |
com.github.freenet-mobile | onion-fec | 0.0.3 | repository | jitpack |
com.github.freenet-mobile | freenet-ext | 0.60.3 | repository | jitpack |
com.github.freenet-mobile | fred | 1486.3m | repository | jitpack |
All these were extracted from freenet/contrib and put on their own repositories.