Skip to content

Psiphon Library v2.0.10

Compare
Choose a tag to compare
@psiphon-jenkins psiphon-jenkins released this 05 Feb 15:14

New minimum Java version (Android Library)

Java 8 is now required to use the Android library.

You may need to add the following to your build.gradle file:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

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.10.

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.10.

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'