aboutsummaryrefslogtreecommitdiff
path: root/security/FingerprintDialog/template-params.xml
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2015-05-27 12:21:44 -0700
committerTrevor Johns <trevorjohns@google.com>2015-05-27 12:21:44 -0700
commit415e5ce8ad7128bed20c28e923f2f91bbfff46a9 (patch)
treefe9419c511d78c5b68b392b591645114f5520a6b /security/FingerprintDialog/template-params.xml
parent42cfd96a4b97dee73dc51a0265245e3c7137caf2 (diff)
downloadandroid-415e5ce8ad7128bed20c28e923f2f91bbfff46a9.tar.gz
Updating build.gradle and template-params for MNC samples
- Including new samples in master build - Adjusting min/target/compile SDK levels to match public preview - Setting all samples to DRAFT Change-Id: I6b051160a87de79b9db2d7d79f8f3242efe303fb
Diffstat (limited to 'security/FingerprintDialog/template-params.xml')
-rw-r--r--security/FingerprintDialog/template-params.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/FingerprintDialog/template-params.xml b/security/FingerprintDialog/template-params.xml
index f0f7c4dc..3916c57a 100644
--- a/security/FingerprintDialog/template-params.xml
+++ b/security/FingerprintDialog/template-params.xml
@@ -24,7 +24,8 @@
<group>security</group>
<package>com.example.android.fingerprintdialog</package>
- <minSdk>"android-MNC"</minSdk>
+ <minSdk>"MNC"</minSdk>
+ <targetSdkVersion>"MNC"</targetSdkVersion>
<compileSdkVersion>"android-MNC"</compileSdkVersion>
<dependency>com.squareup.dagger:dagger:1.2.2</dependency>