Skip to content

Commit

Permalink
fix(de/animebase): Some fixes + refactoration (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Sep 22, 2023
1 parent 4dd76e3 commit 11c9369
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 246 deletions.
16 changes: 12 additions & 4 deletions src/de/animebase/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
}

ext {
extName = 'Anime-Base'
pkgNameSuffix = 'de.animebase'
extClass = '.AnimeBase'
extVersionCode = 13
extVersionCode = 14
libVersion = '13'
}

dependencies {
implementation(project(":lib-voe-extractor"))
implementation(project(":lib-streamwish-extractor"))
implementation(project(":lib-playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
}

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

0 comments on commit 11c9369

Please sign in to comment.