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

Unified Diff: adblock-android-webviewapp/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 | « adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-webviewapp/build.gradle
diff --git a/adblock-android-webviewapp/build.gradle b/adblock-android-webviewapp/build.gradle
index b2b75762cb4a1c5fb71449cd0fe091ea0f3c991e..6f51f7432718d865034da8eec526ee9151863e45 100644
--- a/adblock-android-webviewapp/build.gradle
+++ b/adblock-android-webviewapp/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "org.adblockplus.libadblockplus.android.webviewapp"
minSdkVersion 21
targetSdkVersion 21
- versionCode 10
- versionName "3.0"
+ versionCode 11
+ versionName "3.1"
missingDimensionStrategy 'abi', 'abi_all', 'abi_arm', 'abi_x86'
}
« no previous file with comments | « adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld