diff options
Diffstat (limited to 'samples/browseable/CustomChoiceList/AndroidManifest.xml')
| -rw-r--r-- | samples/browseable/CustomChoiceList/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/browseable/CustomChoiceList/AndroidManifest.xml b/samples/browseable/CustomChoiceList/AndroidManifest.xml index 8c194f536..8b0653e57 100644 --- a/samples/browseable/CustomChoiceList/AndroidManifest.xml +++ b/samples/browseable/CustomChoiceList/AndroidManifest.xml @@ -19,7 +19,7 @@ android:versionCode="1" android:versionName="1.0"> - <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="17" /> + <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle --> <application android:label="@string/app_name" android:icon="@drawable/ic_launcher" |
