Skip to content

Commit 497f544

Browse files
committed
merge
2 parents 21484b4 + e852688 commit 497f544

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

Diff for: .gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
<<<<<<< HEAD
12
# built application files
23
*.apk
34
*.ap_
45

56
# files for the dex VM
7+
=======
8+
# Built application files
9+
*.apk
10+
*.ap_
11+
12+
# Files for the Dalvik VM
13+
>>>>>>> e852688848f5c7292595745c7008613383c00072
614
*.dex
715

816
# Java class files
917
*.class
1018

19+
<<<<<<< HEAD
1120
# generated files
1221
bin/
1322
gen/
@@ -28,3 +37,21 @@ proguard/
2837
*.iws
2938
.idea/
3039

40+
=======
41+
# Generated files
42+
bin/
43+
gen/
44+
45+
# Gradle files
46+
.gradle/
47+
build/
48+
49+
# Local configuration file (sdk path, etc)
50+
local.properties
51+
52+
# Proguard folder generated by Eclipse
53+
proguard/
54+
55+
# Log Files
56+
*.log
57+
>>>>>>> e852688848f5c7292595745c7008613383c00072

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Websocket-Support-For-Android-
2+
==============================
3+
4+
Websocket Support For Android Webview and Tomcat server

0 commit comments

Comments
 (0)