Skip to content

Commit 0d22dde

Browse files
authored
Merge pull request #212 from orhanobut/update-hawk
Update hawk dependencies and javadoc
2 parents 232c3ca + 3c71d28 commit 0d22dde

Some content is hidden

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

51 files changed

+1419
-1659
lines changed

.gitignore

+13-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
1-
# Built application files
2-
*.apk
3-
*.ap_
4-
# Files for the Dalvik VM
5-
*.dex
6-
# Java class files
7-
*.class
1+
local.properties
2+
83
# Generated files
9-
bin/
10-
gen/
11-
# Gradle files
12-
.gradle/
134
build/
14-
# Local configuration file (sdk path, etc)
15-
local.properties
16-
# Proguard folder generated by Eclipse
17-
proguard/
18-
# Log Files
19-
*.log
20-
.gradle
21-
/local.properties
5+
6+
# Mac store
227
.DS_Store
23-
/build
24-
*.iml
8+
9+
# Gradle files
10+
.gradle/
11+
12+
/captures
2513

2614
# Log Files
2715
*.log
@@ -41,3 +29,7 @@ proguard/
4129
**/.idea/libraries
4230
**/.idea/dictionaries
4331
**/.idea/runConfigurations.xml
32+
**/.idea/caches
33+
34+
# layout inspector view captures
35+
captures

.idea/.name

-1
This file was deleted.

.idea/codeStyleSettings.xml

-280
This file was deleted.

.idea/codeStyles/Project.xml

+64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)