-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad6c11e
commit 4acfa0d
Showing
8 changed files
with
487 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
apply plugin: 'com.android.application' | ||
apply plugin: 'kotlin-android' | ||
apply plugin: 'kotlinx-serialization' | ||
|
||
ext { | ||
extName = 'AnimeMovil' | ||
pkgNameSuffix = 'es.animemovil' | ||
extClass = '.AnimeMovil' | ||
extVersionCode = 1 | ||
libVersion = '13' | ||
} | ||
|
||
dependencies { | ||
implementation(project(':lib-voe-extractor')) | ||
implementation(project(':lib-burstcloud-extractor')) | ||
implementation(project(':lib-mp4upload-extractor')) | ||
implementation(project(':lib-streamwish-extractor')) | ||
implementation(project(':lib-yourupload-extractor')) | ||
implementation(project(':lib-fastream-extractor')) | ||
implementation(project(':lib-upstream-extractor')) | ||
implementation(project(':lib-filemoon-extractor')) | ||
implementation(project(':lib-uqload-extractor')) | ||
implementation(project(':lib-dood-extractor')) | ||
implementation(project(':lib-streamtape-extractor')) | ||
implementation(project(':lib-playlist-utils')) | ||
implementation(project(':lib-streamlare-extractor')) | ||
} | ||
|
||
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.
456 changes: 456 additions & 0 deletions
456
src/es/animemovil/src/eu/kanade/tachiyomi/animeextension/es/animemovil/AnimeMovil.kt
Large diffs are not rendered by default.
Oops, something went wrong.