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

Unified Diff: libadblockplus-android-webviewapp/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
Index: libadblockplus-android-webviewapp/AndroidManifest.xml
diff --git a/libadblockplus-android-webviewapp/AndroidManifest.xml b/libadblockplus-android-webviewapp/AndroidManifest.xml
index e4f252ef2e9aa1a645d19f5f94b9a20394973691..470415db1e9f5f6296f16d9ba0c9026114b7220b 100644
--- a/libadblockplus-android-webviewapp/AndroidManifest.xml
+++ b/libadblockplus-android-webviewapp/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.webviewapp"
- android:versionCode="4"
- android:versionName="2.0">
+ android:versionCode="5"
+ android:versionName="2.1">
<uses-sdk
android:minSdkVersion="21"

Powered by Google App Engine
This is Rietveld