Skip to content

Commit

Permalink
exclude org
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmat13r committed Oct 21, 2019
1 parent 45d6dce commit 0e9c81a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ Subscribing to a private channel.

```


4 changes: 3 additions & 1 deletion laravel_echo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.core:core-ktx:1.1.0'
implementation "com.github.nkzawa:socket.io-client:$socketIoVersion"
implementation( "com.github.nkzawa:socket.io-client:$socketIoVersion"){
exclude group: 'org.json', module: 'json'
}
implementation "com.google.code.gson:gson:$gsonVersion"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
Expand Down

0 comments on commit 0e9c81a

Please sign in to comment.