Skip to content

Commit

Permalink
feat(en/allanimechi): New source: AllAnimeChi (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi authored Nov 27, 2023
1 parent d135948 commit b2a68f1
Show file tree
Hide file tree
Showing 13 changed files with 1,308 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/en/allanimechi/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
26 changes: 26 additions & 0 deletions src/en/allanimechi/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.serialization)
}

ext {
extName = 'AllAnimeChi'
pkgNameSuffix = 'en.allanimechi'
extClass = '.AllAnimeChi'
extVersionCode = 1
libVersion = '13'
}

dependencies {
implementation(project(':lib-mp4upload-extractor'))
implementation(project(':lib-okru-extractor'))
implementation(project(':lib-gogostream-extractor'))
implementation(project(':lib-filemoon-extractor'))
implementation(project(':lib-streamlare-extractor'))
implementation(project(':lib-streamwish-extractor'))
implementation(project(':lib-playlist-utils'))
}


apply from: "$rootDir/common.gradle"
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.
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.
Binary file added src/en/allanimechi/res/web_hi_res_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b2a68f1

Please sign in to comment.