diff --git a/app/app.iml b/app/app.iml index 1eb11544f1961cd8141b60ce619e743f6df2fa0b..4c80c79485fcc596cecfb639467ab305cc5688e4 100644 --- a/app/app.iml +++ b/app/app.iml @@ -132,7 +132,6 @@ <orderEntry type="library" scope="TEST" name="com.squareup:javawriter:2.1.1@jar" level="project" /> <orderEntry type="library" name="com.android.support:support-vector-drawable-26.1.0" level="project" /> <orderEntry type="library" name="com.google.code.gson:gson:2.8.1@jar" level="project" /> - <orderEntry type="library" name="anon:ANONVPNlib:00.01.064-SNAPSHOT:android@jar" level="project" /> <orderEntry type="library" name="android.arch.lifecycle:runtime-1.0.0" level="project" /> <orderEntry type="library" name="com.android.support:appcompat-v7-26.1.0" level="project" /> <orderEntry type="library" name="com.android.support:support-annotations:26.1.0@jar" level="project" /> @@ -150,6 +149,7 @@ <orderEntry type="library" scope="TEST" name="com.android.support.test:runner-0.5" level="project" /> <orderEntry type="library" name="anon:SkypeForANON:0.0.9-SNAPSHOT:android@jar" level="project" /> <orderEntry type="library" name="com.android.support:support-v4-26.1.0" level="project" /> + <orderEntry type="library" name="anon:ANONVPNlib:00.01.069-SNAPSHOT:android@jar" level="project" /> <orderEntry type="library" name="anon:ApacheFTPClient:0.0.2-SNAPSHOT@jar" level="project" /> <orderEntry type="library" name="com.android.support:animated-vector-drawable-26.1.0" level="project" /> <orderEntry type="library" scope="TEST" name="com.android.support.test.espresso:espresso-idling-resource-2.2.2" level="project" /> diff --git a/app/build.gradle b/app/build.gradle index c7374f93c5a348f0ba7a24aae014daaf1045d2ae..f991b28a57eb3094110f485fb824e4c8111e4ef5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ dependencies { testCompile 'junit:junit:4.12' compile 'org.osmdroid:osmdroid-android:5.6.5' - def anonvpnlib_version="00.01.064" + def anonvpnlib_version="00.01.069" def anonlib_version="00.20.043" debugCompile("anon:ANONVPNlib:${anonvpnlib_version}-SNAPSHOT:android") {