aboutsummaryrefslogtreecommitdiff
path: root/security/FingerprintDialog/gradle
diff options
context:
space:
mode:
authorTakeshi Hagikura <thagikura@google.com>2015-05-21 14:42:48 +0900
committerTakeshi Hagikura <thagikura@google.com>2015-05-26 21:57:13 +0900
commit0794ecebad11fd28b15e99bc6906a50278610592 (patch)
tree65253dd8d7f0e4dbd126f7c7d9aa781d6350d50a /security/FingerprintDialog/gradle
parente10b9e777204c77e9996677ae0c9ab6f108f95a2 (diff)
downloadandroid-0794ecebad11fd28b15e99bc6906a50278610592.tar.gz
Initial commit for Fingerprint Dialog sample based on the EAP sample.
Changed to: - Conform to the DevRel template - Introduced Dagger injection to make it testable - Handle the case when the user hasn't set up a fingerptin or a lock screen to fall back to showing a message instead of the app crash - Some minor refactoring TODO Add InstrumentationTests once it can be launched. At this moment it can't be launched saying different API (E.g. Skipping device 'Nexus 5 - MNC', due to different API preview 'MNC' and 'android-MNC') (Taken over from this CL ag/687121, since it turns out the branch for developers samples should be in mnc-preview-docs) Bug:19503196 Bug:20765408 Bug:21030545 Change-Id: I86180af66241ec3d463c75a0107239a7e6ac2e25
Diffstat (limited to 'security/FingerprintDialog/gradle')
-rw-r--r--security/FingerprintDialog/gradle/wrapper/gradle-wrapper.jarbin0 -> 49896 bytes
-rw-r--r--security/FingerprintDialog/gradle/wrapper/gradle-wrapper.properties6
2 files changed, 6 insertions, 0 deletions
diff --git a/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.jar b/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 00000000..8c0fb64a
--- /dev/null
+++ b/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.jar
Binary files differ
diff --git a/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.properties b/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 00000000..f943b1e7
--- /dev/null
+++ b/security/FingerprintDialog/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Mon Apr 27 11:28:32 JST 2015
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip