summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cae5fe3..ccd7122 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,7 +15,9 @@
limitations under the License.
-->
-<manifest package="com.google.android.setupcompat">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.google.android.setupcompat" >
<!-- Set in the BUILD or gradle file -->
- <uses-sdk />
+ <uses-sdk
+ android:minSdkVersion="19" />
</manifest>