| 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> |