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

Unified Diff: adblock-android-settings/AndroidManifest.xml

Issue 29883555: Issue 6958 - Lower minSdk required for -settings module (Closed)
Patch Set: Created Sept. 17, 2018, 6:50 a.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
« no previous file with comments | « no previous file | adblock-android-settings/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-settings/AndroidManifest.xml
diff --git a/adblock-android-settings/AndroidManifest.xml b/adblock-android-settings/AndroidManifest.xml
index 423ace14e8ca878fde4b53858eb06de916baf896..65bf620d69db9930f99c2de473bcbecbfd4c48d7 100644
--- a/adblock-android-settings/AndroidManifest.xml
+++ b/adblock-android-settings/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.adblockplus.libadblockplus.android.settings">
<uses-sdk
- android:minSdkVersion="21"
+ android:minSdkVersion="16"
android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
« no previous file with comments | « no previous file | adblock-android-settings/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld