Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed May 4, 2022
1 parent 38a1719 commit 4a4a744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion reactiveviewmodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId = 'com.alexdeww.reactiveviewmodel'
version = '2.4.4'
version = '2.4.5'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import io.reactivex.rxjava3.disposables.Disposable

abstract class ReactiveFragment : Fragment, RvmViewComponent {

constructor() : super()

constructor(@LayoutRes layoutId: Int) : super(layoutId)

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

0 comments on commit 4a4a744

Please sign in to comment.