mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 06:22:49 +01:00
Update preview build links (fixes #4225)
This commit is contained in:
parent
97a308b114
commit
591873a185
@ -72,7 +72,7 @@ class AboutController : SettingsController() {
|
|||||||
|
|
||||||
onClick {
|
onClick {
|
||||||
val url = if (BuildConfig.DEBUG) {
|
val url = if (BuildConfig.DEBUG) {
|
||||||
"https://github.com/tachiyomiorg/tachiyomi/commits/dev"
|
"https://github.com/tachiyomiorg/tachiyomi/commits/master"
|
||||||
} else {
|
} else {
|
||||||
"https://github.com/tachiyomiorg/tachiyomi/releases/tag/v${BuildConfig.VERSION_NAME}"
|
"https://github.com/tachiyomiorg/tachiyomi/releases/tag/v${BuildConfig.VERSION_NAME}"
|
||||||
}
|
}
|
||||||
@ -87,7 +87,7 @@ class AboutController : SettingsController() {
|
|||||||
titleRes = R.string.notices
|
titleRes = R.string.notices
|
||||||
|
|
||||||
onClick {
|
onClick {
|
||||||
val intent = Intent(Intent.ACTION_VIEW, "https://github.com/tachiyomiorg/tachiyomi/blob/dev/PREVIEW_RELEASE_NOTES.md".toUri())
|
val intent = Intent(Intent.ACTION_VIEW, "https://github.com/tachiyomiorg/tachiyomi/blob/master/PREVIEW_RELEASE_NOTES.md".toUri())
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user