Skip to content

Commit

Permalink
fix github auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Apr 6, 2019
1 parent 62506ca commit b62e6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface GithubService {
}
}

@GET("/repos/carlosesco/tachiyomi/releases/latest")
@GET("/repos/CarlosEsco/MangaDex/releases/latest")
fun getLatestVersion(): Observable<GithubRelease>

}
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,10 @@ class SettingsAboutController : SettingsController() {
isVisible = false
}
}
preference {
title = "Discord"
val url = "https://discord.gg/tachiyomi"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))
startActivity(intent)
}
}

preference {
title = "Github"
val url = "https://github.com/inorichi/tachiyomi"
val url = "https://github.com/CarlosEsco/MangaDex"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))
Expand Down

0 comments on commit b62e6ab

Please sign in to comment.