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

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

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 p.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-tests/AndroidManifest.xml
diff --git a/libadblockplus-android-tests/AndroidManifest.xml b/libadblockplus-android-tests/AndroidManifest.xml
index 70d84e0ad402777821ac1dab787145860d05ed20..ea8be969eb484fa6c1401a22e4c0956327633ebb 100755
--- a/libadblockplus-android-tests/AndroidManifest.xml
+++ b/libadblockplus-android-tests/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.tests"
- android:versionCode="359"
- android:versionName="1.3" >
+ android:versionCode="1"
+ android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="9"

Powered by Google App Engine
This is Rietveld