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

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

Issue 29677555: Issue 6299 - Avoid main thread lock on URL loading (Closed)
Patch Set: added "final" for domain Created Jan. 23, 2018, 10:33 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 | « libadblockplus-android-webview/AndroidManifest.xml ('k') | libadblockplus-android-webview/pom.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webview/build.gradle
diff --git a/libadblockplus-android-webview/build.gradle b/libadblockplus-android-webview/build.gradle
index bfeb5709deb4515d2187091cdef419c22868cc8d..488c625fe101411ad4b03175fc7b4e01358431c7 100644
--- a/libadblockplus-android-webview/build.gradle
+++ b/libadblockplus-android-webview/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 3
- versionName "2.0"
+ versionCode 4
+ versionName "2.1"
}
sourceSets {
« no previous file with comments | « libadblockplus-android-webview/AndroidManifest.xml ('k') | libadblockplus-android-webview/pom.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld