1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Some cardsets removed from android build. apk gets too large otherwise.

This commit is contained in:
lufebe16 2023-04-21 19:44:37 +02:00
parent 144f2b752b
commit 04c9f80a41
2 changed files with 10 additions and 2 deletions

View file

@ -25,4 +25,12 @@ echo '### processing cardsets'
done
)
echo '### remove big cardsets'
{
cd ${cardsets_dir}
rm -rf cardset-louie-mantia-hanafuda
rm -rf cardset-neo-tarock
rm -rf cardset-neo-hex
}
echo '### end cardsets'

View file

@ -2,6 +2,6 @@ Android specific:
- Android build procedures revised
- double binary support for armeabi-v7a and arm64-v8a
- external storage permissions for newer android versions
Main version::
Main version:
- consult NEWS.asscidoc or html-src/news.html on
github for change informations.
github for more change informations.