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

Unified Diff: libadblockplus-android-webview/AndroidManifest.xml

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 | « no previous file | libadblockplus-android-webview/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webview/AndroidManifest.xml
diff --git a/libadblockplus-android-webview/AndroidManifest.xml b/libadblockplus-android-webview/AndroidManifest.xml
index 0e65fa919343061426839a8b34ec564231dcb51d..1cfea3b28d38afec3f59abf2f9dadcd2768892d5 100644
--- a/libadblockplus-android-webview/AndroidManifest.xml
+++ b/libadblockplus-android-webview/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.libadblockplus.android.webview"
- android:versionCode="3"
- android:versionName="2.0" >
+ android:versionCode="4"
+ android:versionName="2.1" >
<uses-sdk
android:minSdkVersion="21"
« no previous file with comments | « no previous file | libadblockplus-android-webview/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld