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!
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!