[codenameone-discussions] Re: add some tag to android gradle file

2019-03-02 Thread Fuad Nassar
not working, really i started to feel that there's issues under this topic because i read the dvanced-topics and under Gradle Dependencies section i see that you added these hints as an example

[codenameone-discussions] Re: add some tag to android gradle file

2019-02-27 Thread Shai Almog
You can look through that file and see the generated manifest. Notice this from the output: repositories { jcenter() mavenCentral() jcenter() maven { url 'https://jitpack.io' } mavenLocal() mavenCentral() google() flatDir{ dirs 'libs' }

[codenameone-discussions] Re: add some tag to android gradle file

2019-02-26 Thread Shai Almog
Hi, I'll need the error log to help. You can usually see the resulting manifest and tune it accordingly. I think this might work better: android.repositories=mavenCentral(); jcenter(); maven { url 'https://jitpack.io' }; -- You received this message because you are subscribed to the Google