This repository was archived by the owner on Mar 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +56
-214
lines changed Expand file tree Collapse file tree 4 files changed +56
-214
lines changed Original file line number Diff line number Diff line change
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
+ out /
15
+
16
+ # Gradle files
17
+ .gradle /
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
28
+
29
+ # Android Studio Navigation editor temp files
30
+ .navigation /
31
+
32
+ # Android Studio captures folder
33
+ captures /
34
+
35
+ # Intellij
36
+ * .iml
37
+
38
+ # Keystore files
39
+ * .jks
40
+
41
+ # Eclipse Metadata
42
+ .metadata /
43
+ #
44
+ # Mac OS X clutter
45
+ * .DS_Store
46
+ #
47
+ # Windows clutter
48
+ Thumbs.db
49
+ #
50
+ # # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
51
+ * .iws
52
+ .idea /libraries
53
+ .idea /tasks.xml
54
+ .idea /vcs.xml
55
+ .idea /workspace.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 179
179
<orderEntry type =" library" exported =" " name =" okio-1.6.0" level =" project" />
180
180
<orderEntry type =" library" exported =" " name =" stetho-okhttp-1.2.0" level =" project" />
181
181
<orderEntry type =" library" exported =" " name =" okhttp-2.5.0" level =" project" />
182
- <orderEntry type =" library" exported =" " name =" jsr305-3.0.0" level =" project" />
183
182
<orderEntry type =" library" exported =" " name =" stetho-1.2.0" level =" project" />
183
+ <orderEntry type =" library" exported =" " name =" jsr305-3.0.0" level =" project" />
184
184
<orderEntry type =" library" exported =" " name =" jackson-core-2.2.3" level =" project" />
185
185
<orderEntry type =" library" exported =" " name =" fbcore-0.8.1" level =" project" />
186
186
<orderEntry type =" library" exported =" " name =" commons-cli-1.2" level =" project" />
You can’t perform that action at this time.
0 commit comments