diff --git a/src/fr/astrames/build.gradle b/src/fr/astrames/build.gradle new file mode 100644 index 000000000..ed275ea1d --- /dev/null +++ b/src/fr/astrames/build.gradle @@ -0,0 +1,9 @@ +ext { + extName = 'Astrames' + extClass = '.Astrames' + themePkg = 'keyoapp' + baseUrl = 'https://astrames.fr' + overrideVersionCode = 0 +} + +apply from: "$rootDir/common.gradle" diff --git a/src/fr/astrames/res/mipmap-hdpi/ic_launcher.png b/src/fr/astrames/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..82e046547 Binary files /dev/null and b/src/fr/astrames/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/fr/astrames/res/mipmap-mdpi/ic_launcher.png b/src/fr/astrames/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..13693724b Binary files /dev/null and b/src/fr/astrames/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/fr/astrames/res/mipmap-xhdpi/ic_launcher.png b/src/fr/astrames/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..1ac389a05 Binary files /dev/null and b/src/fr/astrames/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/fr/astrames/res/mipmap-xxhdpi/ic_launcher.png b/src/fr/astrames/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..499b4fa37 Binary files /dev/null and b/src/fr/astrames/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/fr/astrames/res/mipmap-xxxhdpi/ic_launcher.png b/src/fr/astrames/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..92f913833 Binary files /dev/null and b/src/fr/astrames/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/fr/astrames/src/Astrames.kt b/src/fr/astrames/src/Astrames.kt new file mode 100644 index 000000000..110679d71 --- /dev/null +++ b/src/fr/astrames/src/Astrames.kt @@ -0,0 +1,5 @@ +package eu.kanade.tachiyomi.extension.fr.astrames + +import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp + +class Astrames : Keyoapp("Astrames", "https://astrames.fr", "fr")