Skip to content

Commit b5ffab6

Browse files
Merge pull request #2 from agrawalsuneet/dev
Merge Dev to master for 0.1 release
2 parents cd9028a + c03690d commit b5ffab6

78 files changed

Lines changed: 1675 additions & 291 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

8 KB
Binary file not shown.

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the ART/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+
.idea/workspace.xml
38+
39+
# Keystore files
40+
*.jks
41+
42+
*.DS_Store
17 Bytes
Binary file not shown.
184 KB
Binary file not shown.
0 Bytes
Binary file not shown.
15.7 KB
Binary file not shown.
1.24 MB
Binary file not shown.
636 KB
Binary file not shown.
17 Bytes
Binary file not shown.
358 KB
Binary file not shown.

0 commit comments

Comments
 (0)