aboutsummaryrefslogtreecommitdiff
path: root/content/documentsUi/ScopedDirectoryAccess/template-params.xml
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-06-15 09:52:40 -0700
committerTrevor Johns <trevorjohns@google.com>2016-06-15 11:07:40 -0700
commitf9872ded3bb6cd3c01ab0881a58764f5171b4c64 (patch)
tree5ca5d897923d5518da3cee6145e821e5cc532277 /content/documentsUi/ScopedDirectoryAccess/template-params.xml
parent55a4a8d0bb1c9a6fb80c6a35416cfc2f22e2bba7 (diff)
downloadandroid-f9872ded3bb6cd3c01ab0881a58764f5171b4c64.tar.gz
samples: Use API 23 by default, except for N-specific samples.
Since N is still in DP4, but we're building docs from nyc-dev now, adjust build so that most samples are built using flags for API 23. N-specific samples have overrides added in template-params.xml. Also adjusted build tools version to 23.0.3. (I thought I'd done this earlier.) Change-Id: Ic3cde8d144b92b16fc24e1e49fd3bdda2c198429
Diffstat (limited to 'content/documentsUi/ScopedDirectoryAccess/template-params.xml')
-rw-r--r--content/documentsUi/ScopedDirectoryAccess/template-params.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/content/documentsUi/ScopedDirectoryAccess/template-params.xml b/content/documentsUi/ScopedDirectoryAccess/template-params.xml
index 70ce575f..d008782b 100644
--- a/content/documentsUi/ScopedDirectoryAccess/template-params.xml
+++ b/content/documentsUi/ScopedDirectoryAccess/template-params.xml
@@ -21,10 +21,9 @@
and replaced with the "categories" tags below. -->
<package>com.example.android.scopeddirectoryaccess</package>
- <!-- change minSdk if needed-->
- <minSdk>"N"</minSdk>
- <targetSdkVersion>"N"</targetSdkVersion>
- <compileSdkVersion>"android-N"</compileSdkVersion>
+ <minSdk>24</minSdk>
+ <compileSdkVersion>24</compileSdkVersion>
+ <targetSdkVersion>24</targetSdkVersion>
<!-- Include additional dependencies here.-->
<dependency>com.android.support:appcompat-v7:24.0.0-beta1</dependency>