Hey guys,

sorry for bringin this up again, but I haven't been able to solve this yet. 
I have found the following issue 
<https://github.com/BoltsFramework/Bolts-Android/issues/80> and solution 
that seems to solve the problem but I don't know how to include it into the 
CN1 Android project.

The solution seems to be simply to exclude the bolts library when compiling 
facebook and adding the missing artifacts like this:

compile 'com.parse.bolts:bolts-tasks:1.3.0'
compile 'com.parse.bolts:bolts-applinks:1.3.0'

compile('com.facebook.android:facebook-android-sdk:4.8.2') {
    exclude module: 'bolts-android'
}

compile 'com.parse:parse-android:1.11.0'


How could I do this with Codename One? Thanks for your help.




On Thursday, July 27, 2017 at 12:17:37 AM UTC-5, Shai Almog wrote:
>
> I'm not sure. I suggest asking Chidi directly why this dependency exists 
> in Parse and if he can remove it as an option.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c1a16bfc-ceb2-4b07-83fe-02867546c785%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to