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

Unified Diff: AndroidManifest.xml

Issue 29329928: Issue 3297 - Fix issues introduced by recent libadblockplus changes and update dependencies (Closed)
Patch Set: MinSDK and copy'n'paste Created Nov. 20, 2015, 12:19 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
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AndroidManifest.xml
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c4c018e73d22bd3a595e69944bab1dd198ec9dc..1fabf1fd799be508c42ed420f3cad75a24cfd962 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5,7 +5,7 @@
android:versionName="1.3" >
<uses-sdk
- android:minSdkVersion="7"
+ android:minSdkVersion="9"
android:targetSdkVersion="16" />
<uses-permission android:name="android.permission.INTERNET" />
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld