Skip to content

Commit

Permalink
feat(en/aniwave): code refactor + small new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi committed Sep 22, 2023
1 parent 4dd76e3 commit d4abac6
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 316 deletions.
14 changes: 8 additions & 6 deletions src/en/aniwave/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.serialization)
}

ext {
extName = 'Aniwave'
pkgNameSuffix = 'en.nineanime'
extClass = '.Aniwave'
extVersionCode = 49
extVersionCode = 50
libVersion = '13'
}

dependencies {
implementation(project(':lib-filemoon-extractor'))
implementation(project(':lib-mp4upload-extractor'))
implementation (project(':lib-streamtape-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(project(':lib-streamtape-extractor'))
implementation(project(':lib-playlist-utils'))
}

apply from: "$rootDir/common.gradle"
Loading

0 comments on commit d4abac6

Please sign in to comment.