diff --git a/app/app.iml b/app/app.iml
index 72cbdd17e680131c3e88164c9f93f789c8d8811c..61a1ba9400e495c8682d538397c799564c07687d 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 6b31ecd07a062dde5dad945206c282fba842f6ef..9116742eef59f5d3d973f0b4c1ddbaef531fb049 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