thumbnail fix

This commit is contained in:
tom5079
2025-03-23 10:31:12 -07:00
parent 9c878f5e44
commit 72937cdd42
5 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 70
versionName = "5.3.20"
versionName = "5.3.21"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

View File

@@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 70,
"versionName": "5.3.20",
"versionName": "5.3.21",
"outputFile": "app-release.apk"
}
],

View File

@@ -237,9 +237,9 @@ suspend fun subdomainFromURL(url: String, base: String? = null, dir: String? = n
if (g != null) {
retval = if (base.isNullOrEmpty()) {
(97 + gg.m(g)).toChar().toString() + base
} else {
retval + (1 + gg.m(g)).toString()
} else {
(97 + gg.m(g)).toChar().toString() + base
}
}