Skip to content

Commit 5a9fe6f

Browse files
committed
rid dynamic dependencies
1 parent 4b7978e commit 5a9fe6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
compile "org.openjfx:javafx-base:11:${platform}"
5050
compile "org.openjfx:javafx-graphics:11:${platform}"
5151
compile "org.openjfx:javafx-controls:11:${platform}"
52-
testCompile 'junit:junit-dep:4.12'
52+
testCompile 'junit:junit-dep:4.11'
5353
testCompile 'org.mockito:mockito-core:1.8.5'
5454
}
5555

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC31
2+
VERSION_NAME=2.11.0-RC32
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)