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

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

Issue 29677586: Issue 6300 - Remove Maven and Ant support (Closed)
Patch Set: Removed versioning from AndroidManifest.xml Created Jan. 24, 2018, 6 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/project.properties ('k') | libadblockplus-android-webviewapp/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/AndroidManifest.xml
diff --git a/libadblockplus-android-webviewapp/AndroidManifest.xml b/libadblockplus-android-webviewapp/AndroidManifest.xml
index e4f252ef2e9aa1a645d19f5f94b9a20394973691..aec17df057f25c5b33b590a76364eb30dbbe7c2e 100644
--- a/libadblockplus-android-webviewapp/AndroidManifest.xml
+++ b/libadblockplus-android-webviewapp/AndroidManifest.xml
@@ -1,8 +1,6 @@
<?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">
+ package="org.adblockplus.libadblockplus.android.webviewapp">
<uses-sdk
android:minSdkVersion="21"
« no previous file with comments | « libadblockplus-android-webview/project.properties ('k') | libadblockplus-android-webviewapp/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld