| LEFT | RIGHT |
| (no file at all) | |
| 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.android.webview" | 3 package="org.adblockplus.libadblockplus.android.webview"> |
| 4 android:versionCode="3" | |
| 5 android:versionName="2.0" > | |
| 6 | 4 |
| 7 <uses-sdk | 5 <uses-sdk |
| 8 android:minSdkVersion="21" | 6 android:minSdkVersion="21" |
| 9 android:targetSdkVersion="21" /> | 7 android:targetSdkVersion="21" /> |
| 10 | 8 |
| 11 </manifest> | 9 </manifest> |
| LEFT | RIGHT |