Skip to content

Commit f83ee5d

Browse files
committed
Add rxscala dependancy
1 parent ce5fcd5 commit f83ee5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.sbt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
import android.Keys._
2-
32
android.Plugin.androidBuild
43

54
name := "ephedra-android"
65

6+
libraryDependencies ++= Seq(
7+
"com.netflix.rxjava" % "rxjava-scala" % "0.15.1"
8+
)
9+
710
proguardOptions in Android ++= Seq(
11+
"-dontwarn rx.operators.OperationParallelMergeTest",
12+
"-dontwarn rx.subjects.UnsubscribeTester",
813
"-keep class android.widget.TextView"
914
)
1015

0 commit comments

Comments
 (0)