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.
Warning
The github repository has moved to OutlineFoundation/mobileproxylib. This shouldn't break existing users with pinned versions, but you will need to update the dependency location to upgrade to the latest version.
We use JitPack to distribute the Android library. To integrate it into your app, follow these steps:
- Add it in your root
settings.gradleat the end of repositories:dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { mavenCentral() maven { url 'https://jitpack.io' } } } - Add the dependency to your app's
build.gradlefile:dependencies { implementation 'com.github.OutlineFoundation:mobileproxylib:<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/OutlineFoundation/mobileproxylib - 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.