We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit e852688Copy full SHA for e852688
.gitignore
@@ -0,0 +1,26 @@
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
15
+# Gradle files
16
+.gradle/
17
+build/
18
19
+# Local configuration file (sdk path, etc)
20
+local.properties
21
22
+# Proguard folder generated by Eclipse
23
+proguard/
24
25
+# Log Files
26
+*.log
README.md
@@ -0,0 +1,4 @@
+Websocket-Support-For-Android-
+==============================
+Websocket Support For Android Webview and Tomcat server
0 commit comments