Psiphon Library v2.0.7
Android Library ABIs
The Android Library, including the Maven distribution, now includes support for x86, x86_64, arm-v7a, and arm64. Use abiFilters
in build.gradle
(https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.NdkOptions.html) or Android App Bundles (https://developer.android.com/platform/technology/app-bundle/) to minimize your app download size.
Android (Maven)
The Android Library is also available through a Maven repository:
https://github.com/Psiphon-Labs/psiphon-tunnel-core-Android-library/tree/v2.0.7.
Instructions on how to use the Maven repository can be found at:
https://github.com/Psiphon-Labs/psiphon-tunnel-core/tree/master/MobileLibrary/Android#if-using-maven-based-binary-distribution.
iOS (CocoaPods)
The iOS Library is also available as a CocoaPod:
https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library/tree/v2.0.7.
Add PsiphonTunnel as a dependency by adding the following line to your Podfile:
pod 'PsiphonTunnel', :git => 'https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library.git'