This repository provides pre-compiled binaries of the Outline SDK Mobileproxy library for Android and iOS. See the Outline SDK for the library's source code.
We use JitPack to distribute the Android library. To integrate it into your app, follow these steps:
- Add the JitPack repository to your root
build.gradle
file:allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
- Add the dependency to your app's
build.gradle
file:dependencies { implementation 'com.github.jigsaw-code:outline-sdk-mobileproxy:<version>' }
You can add the Mobileproxy to your Xcode project using Swift Package Manager.
- In Xcode, go to File > Add Package Dependencies...
- Enter the package repository URL:
https://github.com/jigsaw-code/outline-sdk-mobileproxy
- Select the desired version.
For release instructions, see the ./RELEASING.md file.
This repository is licensed under the Apache License 2.0.
Note: The Psiphon extension is not supported as its code is under the GPL license.