Index: README.md
diff --git a/README.md b/README.md
index 322abb1e9ca0864105b0db5ef02c45f4c6c7b6a0..ed749da11cd335fd8e1a2fb839acc755d3a01e43 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-Adblock Plus Library for Android
+Adblock Android SDK
 ================================
 
-An Android library project, tests and demo application for AdblockWebView widget.
+An Android library project, tests, settings fragments and demo application for AdblockWebView view.
 
 ## Updating the dependencies
 
-Adblock Plus for Android has dependencies that aren't in this repository.
+Adblock Android SDK has dependencies that aren't in this repository.
 To update those, call:
 
     ./ensure_dependencies.py
@@ -13,14 +13,14 @@ To update those, call:
 ## Library
 
 An Android library that provides the core functionality of Adblock Plus.
-You can find it in the 'libadblockplus-android' directory.
+You can find it in the 'adblockplus-android' directory.
 
 ### Building
 
 #### Requirements
 
 * [The Android SDK](https://developer.android.com/sdk)
-* Android SDK Build tools 24.0.1
+* Android SDK Build tools 25.0.0
 * [The Android NDK, 12b](https://developer.android.com/ndk)
 
 Edit 'buildToolsVersion' in 'build.gradle' files if necessary.
@@ -37,7 +37,7 @@ In the project root directory run:
 
     ./gradlew assembleDebug
 
-This will generate *.aar library artifact in the 'libadblockplus-android/build/outputs/aar/' directory.
+This will generate *.aar library artifact in the 'adblockplus-android/build/outputs/aar/' directory.
 
 **Android permissions note**
 
@@ -82,19 +82,19 @@ Note
   
     [Configuration] Excluding shared v8 library libv8.cr.so from AAR
     ...
-    [Configuration] Linking dynamically with shared v8 library ./libadblockplus-binaries/android_armeabi-v7a/libv8.cr.so
+    [Configuration] Linking dynamically with shared v8 library ./adblockplus-binaries/android_armeabi-v7a/libv8.cr.so
     ...
 
 output while building.
 
 Set `SHARED_V8_LIB_DIR` environment variable as full absolute path to pass
-specific directory instead of default one (`libadblockplus-android/jni/libadblockplus-binaries`).
+specific directory instead of default one (`adblockplus-android/jni/libadblockplus-binaries`).
 
 ### Building for single ARCH
 
-By default libadblockplus-android is built for both ARM and x86 and it can be filtered when
+By default adblockplus-android is built for both ARM and x86 and it can be filtered when
 building end-user android application. However sometimes it can be desired to build
-"libadblockplus-android.aar" for single ARCH.
+"adblockplus-android.aar" for single ARCH.
 
 Pass `abi_arm` or `abi_x86` to build it for single arch or `abi_all` for all ARCHs:
 
@@ -102,14 +102,14 @@ Pass `abi_arm` or `abi_x86` to build it for single arch or `abi_all` for all ARC
     
 Note
 
-    [Configuration] Using libadblockplus-android ABI flavor: abi_arm
+    [Configuration] Using adblockplus-android ABI flavor: abi_arm
     
 output while building.
 
 ## Library tests
 
 Android tests for the library.
-You can find them in the 'libadblockplus-android-tests' directory.
+You can find them in the 'adblockplus-android-tests' directory.
 
 ### Requirements
 
@@ -122,7 +122,7 @@ In the project root directory run:
 
     ./gradlew assembleDebugAndroidTest
 
-This will generate *.apk in the 'libadblockplus-android-tests/build/outputs/apk/' directory.
+This will generate *.apk in the 'adblockplus-android-tests/build/outputs/apk/' directory.
 
 ### Testing
 
@@ -132,7 +132,7 @@ compiled, installed to emulator/device and launched automatically.
 ## Settings
 
 An Android library that provides a configuration interface for Adblock Plus.
-You can find it in the 'libadblockplus-android-settings' directory:
+You can find it in the 'adblockplus-android-settings' directory:
 * GeneralSettingsFragment - main fragment
 * WhitelistedDomainsSettingsFragment - whitelisted domains fragment
 
@@ -184,12 +184,12 @@ In the project root directory run:
 
     ./gradlew assemble
 
-This will generate *.aar in the 'libadblockplus-android-settings/build/outputs/aar' directory.
+This will generate *.aar in the 'adblockplus-android-settings/build/outputs/aar' directory.
 
 ## WebView
 
 An Android library that provides a WebView component with Adblock Plus integrated.
-You can find it in the 'libadblockplus-android-webview' directory.
+You can find it in the 'adblockplus-android-webview' directory.
 
 `AdblockWebView` class provides built-in ad blocking
 (both resource loading filtering and element hiding) and inherits from Android
@@ -230,12 +230,12 @@ In the project root directory run:
 
     ./gradlew assemble
 
-This will generate *.aar in the 'libadblockplus-android-webview/build/outputs/aar' directory.
+This will generate *.aar in the 'adblockplus-android-webview/build/outputs/aar' directory.
 
 ## WebView Application
 
 An Android application that demonstrates how to use AdblockWebView.
-You can find it in the 'libadblockplus-android-webviewapp' directory.
+You can find it in the 'adblockplus-android-webviewapp' directory.
 
 ### Building
 
@@ -245,4 +245,4 @@ In the project root directory run:
 
     ./gradlew assemble
 
-This will generate *.apk in the 'libadblockplus-android-webviewapp/build/outputs/apk/' directory.
+This will generate *.apk in the 'adblockplus-android-webviewapp/build/outputs/apk/' directory.
