Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit f36a4bd

Browse files
committed
Code clean up
1 parent 02fe9a5 commit f36a4bd

File tree

4 files changed

+56
-214
lines changed

4 files changed

+56
-214
lines changed

android/.DS_Store

-6 KB
Binary file not shown.

android/.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

android/.idea/workspace.xml

Lines changed: 0 additions & 213 deletions
This file was deleted.

android/react-native-fetch-blob.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
<orderEntry type="library" exported="" name="okio-1.6.0" level="project" />
180180
<orderEntry type="library" exported="" name="stetho-okhttp-1.2.0" level="project" />
181181
<orderEntry type="library" exported="" name="okhttp-2.5.0" level="project" />
182-
<orderEntry type="library" exported="" name="jsr305-3.0.0" level="project" />
183182
<orderEntry type="library" exported="" name="stetho-1.2.0" level="project" />
183+
<orderEntry type="library" exported="" name="jsr305-3.0.0" level="project" />
184184
<orderEntry type="library" exported="" name="jackson-core-2.2.3" level="project" />
185185
<orderEntry type="library" exported="" name="fbcore-0.8.1" level="project" />
186186
<orderEntry type="library" exported="" name="commons-cli-1.2" level="project" />

0 commit comments

Comments
 (0)