We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 4491e61Copy full SHA for 4491e61
.gitignore
@@ -0,0 +1,27 @@
1
+# Built application files
2
+*.apk
3
+*.ap_
4
+
5
+# Files for the Dalvik VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# Generated files
12
+bin/
13
+gen/
14
15
+# Gradle files
16
+.gradle/
17
+build/
18
+/*/build/
19
20
+# Local configuration file (sdk path, etc)
21
+local.properties
22
23
+# Proguard folder generated by Eclipse
24
+proguard/
25
26
+# Log Files
27
+*.log
README.md
@@ -0,0 +1 @@
+# AndroidVibrate
0 commit comments