We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a1719 commit 4a4a744Copy full SHA for 4a4a744
reactiveviewmodel/build.gradle
@@ -44,7 +44,7 @@ afterEvaluate {
44
release(MavenPublication) {
45
from components.release
46
groupId = 'com.alexdeww.reactiveviewmodel'
47
- version = '2.4.4'
+ version = '2.4.5'
48
}
49
50
reactiveviewmodel/src/main/java/com/alexdeww/reactiveviewmodel/component/ReactiveFragment.kt
@@ -9,6 +9,8 @@ import io.reactivex.rxjava3.disposables.Disposable
9
10
abstract class ReactiveFragment : Fragment, RvmViewComponent {
11
12
+ constructor() : super()
13
+
14
constructor(@LayoutRes layoutId: Int) : super(layoutId)
15
16
private val disposableOnDestroyList = HashMap<String, Disposable>()
0 commit comments