Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblock-android-webview/build.gradle

Issue 29920555: Issue 6971 - Update regular expressions for resource type detection (Closed)
Patch Set: Created Oct. 23, 2018, 11:03 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-webview/build.gradle
diff --git a/adblock-android-webview/build.gradle b/adblock-android-webview/build.gradle
index 55abd5eafa3334c06419f990f7c4dbabd4f72a40..c242b986d223b9d1c4507f4c8788ea6e6e87ade5 100644
--- a/adblock-android-webview/build.gradle
+++ b/adblock-android-webview/build.gradle
@@ -30,7 +30,7 @@ publish {
userOrg = rootProject.ext.bintrayUserOrg
groupId = rootProject.ext.bintrayGroupId
artifactId = 'adblock-android-webview'
- publishVersion = '3.0'
+ publishVersion = '3.1'
licences = rootProject.ext.bintrayLicences
desc = 'An Android library that provides a WebView component with Adblock Plus integrated.'
website = rootProject.ext.bintrayWebsite
« no previous file with comments | « no previous file | adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld