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

Side by Side Diff: libadblockplus-android/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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « libadblockplus-android-webviewapp/project.properties ('k') | libadblockplus-android/build.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.adblockplus.libadblockplus" 3 package="org.adblockplus.libadblockplus">
4 android:versionCode="2"
5 android:versionName="2.0" >
6 4
7 <uses-sdk 5 <uses-sdk
8 android:minSdkVersion="16" 6 android:minSdkVersion="16"
9 android:targetSdkVersion="16" /> 7 android:targetSdkVersion="16" />
10 8
11 </manifest> 9 </manifest>
OLDNEW
« no previous file with comments | « libadblockplus-android-webviewapp/project.properties ('k') | libadblockplus-android/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld