Skip to content

Commit 33b4492

Browse files
authored
Biblio Panda Updated Domain (#9866)
BiblioPanda Url Changes
1 parent 2b745c2 commit 33b4492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/es/bibliopanda/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext {
22
extName = 'Biblio Panda'
33
extClass = '.BiblioPanda'
44
themePkg = 'madara'
5-
baseUrl = 'https://bibliopanda.com'
6-
overrideVersionCode = 0
5+
baseUrl = 'https://bibliopanda.visblog.online'
6+
overrideVersionCode = 1
77
isNsfw = false
88
}
99

src/es/bibliopanda/src/eu/kanade/tachiyomi/extension/es/bibliopanda/BiblioPanda.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.util.Locale
77

88
class BiblioPanda : Madara(
99
"Biblio Panda",
10-
"https://bibliopanda.com",
10+
"https://bibliopanda.visblog.online",
1111
"es",
1212
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
1313
) {

0 commit comments

Comments
 (0)