Index: adblockplus-android-webview/build.gradle |
diff --git a/libadblockplus-android-webview/build.gradle b/adblockplus-android-webview/build.gradle |
similarity index 56% |
rename from libadblockplus-android-webview/build.gradle |
rename to adblockplus-android-webview/build.gradle |
index 488c625fe101411ad4b03175fc7b4e01358431c7..9598353e5deb3edba72373b3216829e0cc66cf69 100644 |
--- a/libadblockplus-android-webview/build.gradle |
+++ b/adblockplus-android-webview/build.gradle |
@@ -7,8 +7,8 @@ android { |
defaultConfig { |
minSdkVersion 21 |
targetSdkVersion 21 |
- versionCode 4 |
- versionName "2.1" |
+ versionCode 5 |
+ versionName "2.2" |
} |
sourceSets { |
@@ -21,7 +21,7 @@ android { |
jni { |
dependencies { |
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug") |
+ project(path: ":adblockplus-android", configuration: getAbiFlavor() + "Debug") |
} |
} |
} |
@@ -29,6 +29,6 @@ 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") |
} |