googleworkspace / android-samples

Android samples for Google Workspace APIs
Apache License 2.0
636 stars 410 forks source link

Why does the andoid-manifest have two statements definig the uses-sdk? #16

Closed thegbom closed 9 years ago

thegbom commented 10 years ago

In AndroidManifest.xml:

<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="19"/>

kroikie commented 9 years ago

One is target and one is minimum supported.