Skip to content

Commit

Permalink
VioletScans(ShojoScans): Update domain and rebranding (#7000)
Browse files Browse the repository at this point in the history
* Update domain

* Rebranding

* Bump version

* Add id
  • Loading branch information
choppeh authored Jan 6, 2025
1 parent 5f859e2 commit 6f8e447
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
8 changes: 4 additions & 4 deletions src/en/shojoscans/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
extName = 'Shojo Scans'
extClass = '.ShojoScans'
extName = 'Violet Scans'
extClass = '.VioletScans'
themePkg = 'mangathemesia'
baseUrl = 'https://shojoscans.com'
overrideVersionCode = 0
baseUrl = 'https://violetscans.com'
overrideVersionCode = 1
isNsfw = false
}

Expand Down
Binary file modified src/en/shojoscans/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/en/shojoscans/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/en/shojoscans/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/en/shojoscans/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/en/shojoscans/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.shojoscans

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia

class VioletScans : MangaThemesia(
"Violet Scans",
"https://violetscans.com",
"en",
mangaUrlDirectory = "/comics",
) {
override val id = 9079184529211162476
}

0 comments on commit 6f8e447

Please sign in to comment.