Skip to content

Commit 72937cd

Browse files
committed
thumbnail fix
1 parent 9c878f5 commit 72937cd

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdk = 21
2020
targetSdk = 35
2121
versionCode = 70
22-
versionName = "5.3.20"
22+
versionName = "5.3.21"
2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
vectorDrawables.useSupportLibrary = true
2525
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"filters": [],
1313
"attributes": [],
1414
"versionCode": 70,
15-
"versionName": "5.3.20",
15+
"versionName": "5.3.21",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

app/src/main/java/xyz/quaver/pupil/hitomi/common.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ suspend fun subdomainFromURL(url: String, base: String? = null, dir: String? = n
237237

238238
if (g != null) {
239239
retval = if (base.isNullOrEmpty()) {
240-
(97 + gg.m(g)).toChar().toString() + base
241-
} else {
242240
retval + (1 + gg.m(g)).toString()
241+
} else {
242+
(97 + gg.m(g)).toChar().toString() + base
243243
}
244244
}
245245

0 commit comments

Comments
 (0)