Skip to content

Commit

Permalink
chore(en/nollyverse): Re-add extension (aniyomiorg#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakebhai authored Jan 19, 2024
1 parent 97ebd27 commit 0ed0ee5
Show file tree
Hide file tree
Showing 9 changed files with 565 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/en/nollyverse/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
11 changes: 11 additions & 0 deletions src/en/nollyverse/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

ext {
extName = 'NollyVerse'
pkgNameSuffix = 'en.nollyverse'
extClass = '.NollyVerse'
extVersionCode = 3
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/nollyverse/res/mipmap-hdpi/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.
Binary file added src/en/nollyverse/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.
Binary file added src/en/nollyverse/res/web_hi_res_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0ed0ee5

Please sign in to comment.