Skip to content

Commit 4a4a744

Browse files
author
Alex
committed
update api
1 parent 38a1719 commit 4a4a744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

reactiveviewmodel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ afterEvaluate {
4444
release(MavenPublication) {
4545
from components.release
4646
groupId = 'com.alexdeww.reactiveviewmodel'
47-
version = '2.4.4'
47+
version = '2.4.5'
4848
}
4949
}
5050
}

reactiveviewmodel/src/main/java/com/alexdeww/reactiveviewmodel/component/ReactiveFragment.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import io.reactivex.rxjava3.disposables.Disposable
99

1010
abstract class ReactiveFragment : Fragment, RvmViewComponent {
1111

12+
constructor() : super()
13+
1214
constructor(@LayoutRes layoutId: Int) : super(layoutId)
1315

1416
private val disposableOnDestroyList = HashMap<String, Disposable>()

0 commit comments

Comments
 (0)