Skip to content

Commit

Permalink
Add AeinScans (#7550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtear authored Feb 7, 2025
1 parent f253401 commit 68abeb4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/aeinscans/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Aein Scans'
extClass = '.AeinScans'
themePkg = 'keyoapp'
baseUrl = 'https://aeinscans.com'
overrideVersionCode = 0
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/aeinscans/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 added src/en/aeinscans/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 added src/en/aeinscans/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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.aeinscans

import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp

class AeinScans : Keyoapp(
"Aein Scans",
"https://aeinscans.com",
"en",
)

0 comments on commit 68abeb4

Please sign in to comment.