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

Side by Side Diff: submodules/libadblockplus-android/libadblockplus-android/AndroidManifest.xml

Issue 29345540: Issue 4030 - Move JNI bindings into separate library project (Closed)
Patch Set: Created June 3, 2016, 1:42 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.adblockplus.libadblockplus"
4 android:versionCode="359"
5 android:versionName="1.3" >
diegocarloslima 2016/09/06 01:05:49 Since libadblockplus-android will be an independen
anton 2016/09/06 05:56:22 That makes sense, i'd prefer 1.0 since we have rel
6
7 <uses-sdk
8 android:minSdkVersion="9"
9 android:targetSdkVersion="16" />
10
11 </manifest>
OLDNEW

Powered by Google App Engine
This is Rietveld