Просмотр исходного кода

Updated target ca.psiphon.aar lib to 1.0.7

mirokuratczyk 7 лет назад
Родитель
Сommit
60c5c38347

+ 2 - 2
MobileLibrary/Android/README.md

@@ -69,10 +69,10 @@ then add PsiphonTunnel dependency like following
 ```
 dependencies {
     ...
-    implementation 'ca.psiphon:psiphontunnel:1.0.6'
+    implementation 'ca.psiphon:psiphontunnel:1.0.7'
 }
 ```
-Latest available release version can be found at https://github.com/Psiphon-Labs/psiphon-tunnel-core-Android-library
+Where 1.0.7 is the target version. Latest available release version can be found at https://github.com/Psiphon-Labs/psiphon-tunnel-core-Android-library
 
 See example usage in [TunneledWebView sample app](./SampleApps/TunneledWebView/README.md)
 

+ 1 - 1
MobileLibrary/Android/SampleApps/TunneledWebView/app/build.gradle

@@ -34,5 +34,5 @@ dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     testImplementation 'junit:junit:4.12'
     implementation 'com.android.support:appcompat-v7:26.1.0'
-    implementation 'ca.psiphon:psiphontunnel:1.0.6'
+    implementation 'ca.psiphon:psiphontunnel:1.0.7'
 }