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

Unified 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.
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: submodules/libadblockplus-android/libadblockplus-android/AndroidManifest.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/submodules/libadblockplus-android/libadblockplus-android/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.adblockplus.libadblockplus"
+ android:versionCode="359"
+ 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
+
+ <uses-sdk
+ android:minSdkVersion="9"
+ android:targetSdkVersion="16" />
+
+</manifest>

Powered by Google App Engine
This is Rietveld