From 0b81d4d70f7eaf594be60ecc2ffeacc51a41fb29 Mon Sep 17 00:00:00 2001
From: sk13 <sk13@5a230232-f31e-4839-b85c-661838634aa0>
Date: Mon, 22 Jan 2018 12:17:03 +0000
Subject: [PATCH] Update to latest vpnlib

---
 app/app.iml      | 4 ++--
 app/build.gradle | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app/app.iml b/app/app.iml
index 72cbdd1..61a1ba9 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -128,7 +128,6 @@
     <orderEntry type="library" name="anon:HTTPClient:00.04.013-SNAPSHOT@jar" level="project" />
     <orderEntry type="library" scope="TEST" name="junit:junit:4.12@jar" level="project" />
     <orderEntry type="library" name="android.arch.lifecycle:common:1.0.0@jar" level="project" />
-    <orderEntry type="library" name="anon:anonlib:00.20.033-SNAPSHOT:android@jar" level="project" />
     <orderEntry type="library" name="com.android.support:support-fragment-26.1.0" level="project" />
     <orderEntry type="library" name="anon:logging:0.1.9-SNAPSHOT@jar" level="project" />
     <orderEntry type="library" scope="TEST" name="javax.inject:javax.inject:1@jar" level="project" />
@@ -137,6 +136,8 @@
     <orderEntry type="library" name="com.google.code.gson:gson:2.8.1@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="anon:anonlib:00.20.035-SNAPSHOT:android@jar" level="project" />
+    <orderEntry type="library" name="anon:ANONVPNlib:00.01.056-SNAPSHOT:android@jar" level="project" />
     <orderEntry type="library" name="com.android.support:support-annotations:26.1.0@jar" level="project" />
     <orderEntry type="library" name="com.android.support:support-core-utils-26.1.0" level="project" />
     <orderEntry type="library" name="com.android.support:support-core-ui-26.1.0" level="project" />
@@ -159,7 +160,6 @@
     <orderEntry type="library" scope="TEST" name="javax.annotation:javax.annotation-api:1.2@jar" level="project" />
     <orderEntry type="library" name="com.android.support:design-26.1.0" level="project" />
     <orderEntry type="library" name="com.android.support:transition-26.1.0" level="project" />
-    <orderEntry type="library" name="anon:ANONVPNlib:00.01.053-SNAPSHOT:android@jar" level="project" />
     <orderEntry type="library" name="anon:BouncyCastleLightForAN.ON:01.56.002-SNAPSHOT:android@jar" level="project" />
     <orderEntry type="library" name="org.osmdroid:osmdroid-android-5.6.5" level="project" />
     <orderEntry type="library" name="com.android.support:cardview-v7-26.1.0" level="project" />
diff --git a/app/build.gradle b/app/build.gradle
index 6b31ecd..9116742 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,7 @@ android {
         }
     }
     compileSdkVersion 26
-    buildToolsVersion '27.0.2'
+    buildToolsVersion '27.0.3'
     defaultConfig {
         //  multiDexEnabled true
         applicationId 'anonvpn.anon_next.android'
@@ -69,8 +69,8 @@ dependencies {
     testCompile 'junit:junit:4.12'
     compile 'org.osmdroid:osmdroid-android:5.6.5'
 
-    def anonvpnlib_version="00.01.053"
-    def anonlib_version="00.20.033"
+    def anonvpnlib_version="00.01.056"
+    def anonlib_version="00.20.035"
 
     debugCompile("anon:ANONVPNlib:${anonvpnlib_version}-SNAPSHOT:android") {
         changing = true
-- 
GitLab