You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #3413 use 'net.danlew:android.joda:$jodatime_version' instead of "joda-time:joda-time:$jodatime_version" for performance improvements
First idea to make this work is wrapping the compile and version definition calls into if(hasProperty('target') && target == 'android') but I'm not sure if this is the best solution for this.
Maybe someone could point me in a better direction?
The text was updated successfully, but these errors were encountered:
After checking how these libs works, I don't think this should be part of what we generate: the way to register the libs is to init them from the application context in the create() method. This is out of scope of the API client lib.
Maybe we could generate indications in the README, docs, code on how to use these libraries on android.
As mentioned in #3413 use
'net.danlew:android.joda:$jodatime_version'
instead of"joda-time:joda-time:$jodatime_version"
for performance improvementsFirst idea to make this work is wrapping the
compile
and version definition calls intoif(hasProperty('target') && target == 'android')
but I'm not sure if this is the best solution for this.Maybe someone could point me in a better direction?
The text was updated successfully, but these errors were encountered: