
* new multisrc theme: A3MangaTheme * move NgonPhong into A3MangaTheme * fix: ignore scanlation groups from search result * chore: fix lint issues * rename A3MangaTheme to A3Manga, resolve a bunch of suggestions * fix: remove references of theme in the configuration * fix: change the activity name in manifest * fix: final newline * chore: remove gradle file (not used) * fix: rename ngonphong icons * chore: add ocumeo icons
12 lines
771 B
XML
12 lines
771 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="A3MangaThemeGenerator" type="JetRunConfigurationType" nameIsGenerated="true">
|
|
<module name="tachiyomi-extensions.multisrc.main" />
|
|
<option name="MAIN_CLASS_NAME" value="eu.kanade.tachiyomi.multisrc.a3manga.A3MangaGenerator" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Gradle.BeforeRunTask" enabled="true" tasks="ktFormat" externalProjectPath="$PROJECT_DIR$/multisrc" vmOptions="" scriptParameters="-Ptheme=a3manga" />
|
|
<option name="Gradle.BeforeRunTask" enabled="true" tasks="ktLint" externalProjectPath="$PROJECT_DIR$/multisrc" vmOptions="" scriptParameters="-Ptheme=a3manga" />
|
|
</method>
|
|
</configuration>
|
|
</component>
|