first commit

This commit is contained in:
ganfra
2018-10-03 17:56:33 +02:00
commit b406e8301a
94 changed files with 1825 additions and 0 deletions

1
matrix-sdk-rx/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build

View File

@ -0,0 +1,8 @@
apply plugin: 'java-library'
apply plugin: "kotlin"
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0'
}

View File

@ -0,0 +1,3 @@
package im.vector.matrix.rx
class MatrixRx