| Index: adblock-android-settings/build.gradle |
| diff --git a/libadblockplus-android-settings/build.gradle b/adblock-android-settings/build.gradle |
| similarity index 61% |
| rename from libadblockplus-android-settings/build.gradle |
| rename to adblock-android-settings/build.gradle |
| index 9edeb8a4a3034258fb475e1aa089c175dcfcba77..ea89f607ea67b0c93e9535baee825b2631783ccc 100644 |
| --- a/libadblockplus-android-settings/build.gradle |
| +++ b/adblock-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: ":adblock-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": ':adblock-android', "configuration": getAbiFlavor() + "Debug") |
| + releaseCompile project("path": ':adblock-android', "configuration": getAbiFlavor() + "Release") |
| compile 'com.android.support:support-v4:21.0.3' |
| } |