|
@@ -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}"
|
|
|
}
|