| Index: adblock-android-webviewapp/build.gradle |
| diff --git a/libadblockplus-android-webviewapp/build.gradle b/adblock-android-webviewapp/build.gradle |
| similarity index 78% |
| rename from libadblockplus-android-webviewapp/build.gradle |
| rename to adblock-android-webviewapp/build.gradle |
| index db35e4b1bea0d644405d8fc30b4c17dbeff86e2d..39e3157a159a951d00b96e8a25195523e364b80b 100644 |
| --- a/libadblockplus-android-webviewapp/build.gradle |
| +++ b/adblock-android-webviewapp/build.gradle |
| @@ -20,8 +20,8 @@ android { |
| applicationId "org.adblockplus.libadblockplus.android.webviewapp" |
| minSdkVersion 21 |
| targetSdkVersion 21 |
| - versionCode 5 |
| - versionName "2.1" |
| + versionCode 6 |
| + versionName "2.2" |
| } |
| sourceSets { |
| @@ -33,7 +33,7 @@ android { |
| jni { |
| dependencies { |
| - project ":libadblockplus-android" |
| + project ":adblock-android" |
| } |
| } |
| } |
| @@ -41,7 +41,7 @@ android { |
| } |
| dependencies { |
| - compile project(':libadblockplus-android-settings') |
| - compile project(':libadblockplus-android-webview') |
| + compile project(':adblock-android-settings') |
| + compile project(':adblock-android-webview') |
| compile 'com.android.support:appcompat-v7:21.0.3' |
| } |