Commit d38b148 1 parent 9be00db commit d38b148 Copy full SHA for d38b148
File tree 4 files changed +5
-5
lines changed
app/src/main/java/eu/kanade
presentation/more/settings/screen/about
domain/src/main/java/tachiyomi/domain/release
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ object AboutScreen : Screen() {
210
210
label = " GitHub" ,
211
211
icon = CustomIcons .Github ,
212
212
// SY -->
213
- url = " https://github.com/jobobby04/tachiyomisy " ,
213
+ url = " https://github.com/cuong-tran/komikku " ,
214
214
// SY <--
215
215
)
216
216
}
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ class AppUpdateChecker {
52
52
val GITHUB_REPO : String by lazy {
53
53
// SY -->
54
54
if (isPreviewBuildType) {
55
- " jobobby04/TachiyomiSYPreview "
55
+ " cuong-tran/komikku "
56
56
} else {
57
- " jobobby04/tachiyomiSY "
57
+ " cuong-tran/komikku "
58
58
}
59
59
// SY <--
60
60
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class GetApplicationRelease(
58
58
val currentInt = syDebugVersion.toIntOrNull()
59
59
currentInt != null && newVersion.toInt() > currentInt
60
60
} else {
61
- // Release builds: based on releases in "jobobby04/TachiyomiSY " repo
61
+ // Release builds: based on releases in "cuong-tran/komikku " repo
62
62
// tagged as something like "0.1.2"
63
63
val oldVersion = versionName.replace(" [^\\ d.]" .toRegex(), " " )
64
64
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ data class Release(
26
26
}
27
27
28
28
// SY -->
29
- return assets.find { it.contains(" TachiyomiSY $apkVariant -" ) } ? : assets[0 ]
29
+ return assets.find { it.contains(" Komikku $apkVariant -" ) } ? : assets[0 ]
30
30
// SY <--
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments