Skip to content

Commit

Permalink
Adding copyright to file headers + Updating Readme + Fixing dependenc…
Browse files Browse the repository at this point in the history
…ies convention
  • Loading branch information
Aaron Weaver committed Jun 26, 2018
1 parent 86bfdd7 commit 5f9fc5c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ implementation 'com.github.tinder.scarlet:scarlet:0.1.2'
`StreamAdapter.Factory`
- [x] `RxJava2`
- [x] `RxJava1`
- [ ] `Kotlin Coroutine`
- [x] `Kotlin Coroutine`

`Lifecycle`
- [x] `AndroidLifecycle`
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ext {
rxAndroid = 'io.reactivex.rxjava2:rxandroid:2.0.1'
rxKotlin = 'io.reactivex.rxjava2:rxkotlin:2.1.0'
rxJava1 = 'io.reactivex:rxjava:1.3.4'
kotlinCoroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3"
kotlinCoroutinesRxInterop = "org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.23.3"
kotlinCoroutines = 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
kotlinCoroutinesRxInterop = 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.23.3'

stetho = 'com.facebook.stetho:stetho:1.5.0'
stethoOkHttp = 'com.facebook.stetho:stetho-okhttp3:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* © 2013 - 2018 Tinder, Inc., ALL RIGHTS RESERVED
*/

package com.tinder.streamadapter.coroutines

import com.tinder.scarlet.StreamAdapter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* © 2013 - 2018 Tinder, Inc., ALL RIGHTS RESERVED
*/

package com.tinder.streamadapter.coroutines

import com.tinder.scarlet.Stream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* © 2013 - 2018 Tinder, Inc., ALL RIGHTS RESERVED
*/

package com.tinder.scarlet.streamadapter.coroutines

import com.tinder.scarlet.Lifecycle
Expand Down

0 comments on commit 5f9fc5c

Please sign in to comment.