Skip to content

[proposal] Extract DateTools into separate library. #26

@nitrobin

Description

@nitrobin

We are using HypSystem in our projects for monitoring network status and device information.

It works very well, thanks! :)

But after long time app evolution on android and update to latest android-supported-libs we was faced with "64K Reference Limit" https://developer.android.com/studio/build/multidex.html?hl=ru#about
After investigating I was found that app has many unused joda-time classes.
We was cut libs with "jarjar" and fully remove Joda-time and DateTools.hx in "vendoring" version of HypSystem and it works now.
It would be great to be able option to turn off the Joda-time dependency at compile time or split lib.

I think splitting into two libs (device information and date tools) will be more practical, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions