fix github service
This commit is contained in:
parent
2a5605722d
commit
a7934d5c0e
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ interface GithubService {
|
|||
}
|
||||
|
||||
@GET("/repos/Jays2Kings/tachiyomiJ2K/releases/latest")
|
||||
suspend fun getLatestVersion(): Observable<GithubRelease>
|
||||
suspend fun getLatestVersion(): GithubRelease
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue