Skip to content

Commit

Permalink
animemovil extension finished
Browse files Browse the repository at this point in the history
  • Loading branch information
imper1aldev committed Oct 8, 2023
1 parent ad6c11e commit 4acfa0d
Show file tree
Hide file tree
Showing 8 changed files with 487 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/es/animemovil/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
29 changes: 29 additions & 0 deletions src/es/animemovil/build.gradle
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.
Binary file added src/es/animemovil/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.
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.

Large diffs are not rendered by default.

0 comments on commit 4acfa0d

Please sign in to comment.