Point to preview release for what's new

This commit is contained in:
arkon 2021-01-23 17:43:25 -05:00
parent 78e8d40649
commit ee9a68b040

View File

@ -72,7 +72,7 @@ class AboutController : SettingsController() {
onClick {
val url = if (BuildConfig.DEBUG) {
"https://github.com/tachiyomiorg/tachiyomi/commits/master"
"https://github.com/tachiyomiorg/tachiyomi-preview/releases/tag/r${BuildConfig.COMMIT_COUNT}"
} else {
"https://github.com/tachiyomiorg/tachiyomi/releases/tag/v${BuildConfig.VERSION_NAME}"
}