Skip to content

Commit 1a387d9

Browse files
committed
Resolved app crash on reopening
1 parent a7f79c6 commit 1a387d9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ dependencies {
5555
//noinspection GradleDependency
5656
compile 'com.google.android.gms:play-services-maps:9.4.0'
5757
compile 'org.apache.commons:commons-lang3:3.4'
58-
compile 'org.java-websocket:Java-WebSocket:1.3.0'
58+
compile files('libs/Java-WebSocket-Library-1.2.1-SNAPSHOT.jar')
59+
// compile 'org.java-websocket:Java-WebSocket:1.3.0'
5960
compile('com.crashlytics.sdk.android:crashlytics:2.6.3@aar') {
6061
transitive = true;
6162
}

app/fabric.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Contains API Secret used to validate your application. Commit to internal source control; avoid making secret public.
2+
#Fri Sep 23 09:59:33 CST 2016
3+
apiSecret=c50d89b3ccb1978940a622928e57028d8932ccdcb9360715b3535fdc8f616979
97.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)