Index: adblockplus-android-settings/build.gradle
diff --git a/libadblockplus-android-settings/build.gradle b/adblockplus-android-settings/build.gradle
similarity index 61%
rename from libadblockplus-android-settings/build.gradle
rename to adblockplus-android-settings/build.gradle
index 9edeb8a4a3034258fb475e1aa089c175dcfcba77..9f1aa7f4d65cdf8b55008a37dacf4a1765b13e3f 100644
--- a/libadblockplus-android-settings/build.gradle
+++ b/adblockplus-android-settings/build.gradle
@@ -7,8 +7,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 21
-        versionCode 3
-        versionName "2.0"
+        versionCode 4
+        versionName "2.1"
     }
 
     sourceSets {
@@ -21,7 +21,7 @@ android {
 
             jni {
                 dependencies {
-                    project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
+                    project(path: ":adblockplus-android", configuration: getAbiFlavor() + "Debug")
                 }
             }
         }
@@ -29,7 +29,7 @@ android {
 }
 
 dependencies {
-    debugCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Debug")
-    releaseCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Release")
+    debugCompile project("path": ':adblockplus-android', "configuration": getAbiFlavor() + "Debug")
+    releaseCompile project("path": ':adblockplus-android', "configuration": getAbiFlavor() + "Release")
     compile 'com.android.support:support-v4:21.0.3'
 }
\ No newline at end of file
