Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 29d1af9

Browse files
committed
Fixed readme
1 parent 3877994 commit 29d1af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ versionResolver.checkVersionStatus(BuildConfig.VERSION_CODE)
4545
})
4646

4747
```
48-
VersionHandler class takes responsibility for deciding status of update based on fetched version info and current application version. It returns `Single<VersionStatus>`
48+
VersionStatusResolver class takes responsibility for deciding status of update based on fetched version info and current application version. It returns `Single<VersionStatus>`
4949

5050
Interface VersionFetcher should be used for actual fetching of version configurations.
5151

0 commit comments

Comments
 (0)