Skip to content

Commit

Permalink
chore: Remove some extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jun 13, 2024
1 parent ad842e1 commit cc6cffd
Show file tree
Hide file tree
Showing 2,090 changed files with 1 addition and 97,819 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/sign-apks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shopt -s globstar nullglob extglob
APKS=( **/*".apk" )

# Fail if too little extensions seem to have been built
if [ "${#APKS[@]}" -le "50" ]; then
if [ "${#APKS[@]}" -le "1" ]; then
echo "Insufficient amount of APKs found. Please check the project configuration."
exit 1;
fi;
Expand Down
7 changes: 0 additions & 7 deletions src/all/animeonsen/build.gradle

This file was deleted.

Binary file removed src/all/animeonsen/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/all/animeonsen/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/all/animeonsen/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/all/animeonsen/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed src/all/animeonsen/res/web_hi_res_512.png
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/all/animeworldindia/build.gradle

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

2 comments on commit cc6cffd

@joskezelensky
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTF?

@jmir1
Copy link
Member Author

@jmir1 jmir1 commented on cc6cffd Jun 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTF?

It is what it is...

Please sign in to comment.