Skip to content

Commit

Permalink
feat(en/hahomoe): Add quality preference + show thumbnails + refactor (
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Nov 11, 2023
1 parent 18306f8 commit efb4a03
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 843 deletions.
8 changes: 5 additions & 3 deletions src/en/hahomoe/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
}

ext {
extName = 'haho.moe'
pkgNameSuffix = 'en.hahomoe'
extClass = '.HahoMoe'
extVersionCode = 8
extVersionCode = 9
libVersion = '13'
containsNsfw = true
}
Expand Down
Loading

0 comments on commit efb4a03

Please sign in to comment.