match upstream

This commit is contained in:
Rani Sargees
2019-11-28 16:24:51 -05:00
parent c1c43bb6fb
commit 24a6eba94e
6 changed files with 15 additions and 254 deletions

View File

@ -27,7 +27,7 @@ interface GithubService {
}
}
@GET("/repos/NerdNumber9/tachiyomi/releases/latest")
@GET("/repos/az4521/tachiyomiAZ/releases/latest")
fun getLatestVersion(): Observable<GithubRelease>
}

View File

@ -65,7 +65,7 @@ class SettingsAboutController : SettingsController() {
}
preference {
title = "Github"
val url = "https://github.com/NerdNumber9/TachiyomiEH"
val url = "https://github.com/az4521/TachiyomiAZ"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))