forked from GitHub-Mirror/riotX-android
first commit
This commit is contained in:
1
matrix-sdk-rx/.gitignore
vendored
Normal file
1
matrix-sdk-rx/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/build
|
8
matrix-sdk-rx/build.gradle
Normal file
8
matrix-sdk-rx/build.gradle
Normal 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'
|
||||
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
package im.vector.matrix.rx
|
||||
|
||||
class MatrixRx
|
Reference in New Issue
Block a user