mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00

By default, literal numbers are `int`. If the size of a zim doesn't fit in a `int`, java will complains. By appending a `L` at the end of the literal number, java will interpret it as a `long` and will accept it.