Skip to content

Commit

Permalink
Point sample app to master snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Navin Ilavarasan committed Jan 7, 2018
1 parent 45fe01e commit d0dcc40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ google-services.json
freeline.py
freeline/
freeline_project_description.json

#Mac OS tmp files
*.DS_Store

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
compile project(path: ':rxwebsocket')
implementation 'com.github.navinilavarasan:rxWebSocket:master-SNAPSHOT'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
Expand Down

0 comments on commit d0dcc40

Please sign in to comment.