Skip to content

Commit

Permalink
fix(de/moflixstream): Fix NPE + general refactoration (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Oct 19, 2023
1 parent 45596e2 commit 86fa5b7
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 278 deletions.
10 changes: 6 additions & 4 deletions src/de/moflixstream/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
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 = 'Moflix-Stream'
pkgNameSuffix = 'de.moflixstream'
extClass = '.MoflixStream'
extVersionCode = 2
extVersionCode = 3
libVersion = '13'
}

Expand Down
Loading

0 comments on commit 86fa5b7

Please sign in to comment.