mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 21:17:50 +02:00
match upstream
This commit is contained in:
@ -27,7 +27,7 @@ interface GithubService {
|
||||
}
|
||||
}
|
||||
|
||||
@GET("/repos/NerdNumber9/tachiyomi/releases/latest")
|
||||
@GET("/repos/az4521/tachiyomiAZ/releases/latest")
|
||||
fun getLatestVersion(): Observable<GithubRelease>
|
||||
|
||||
}
|
||||
|
@ -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))
|
||||
|
Reference in New Issue
Block a user