RE: plugin with AAR

2014-12-07 Thread Fu, Junwei
: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun Subject: Re: plugin with AAR Had a look at the PR and think it looks good! Only thing I'd say is that I'd like to reserve build-extras.gradle for the user (tools shouldn't modify it). Modifying build.gradle is chal

Re: plugin with AAR

2014-11-06 Thread Andrew Grieve
rieve [mailto:agri...@google.com] > Sent: Wednesday, November 05, 2014 12:44 AM > To: Fu, Junwei > Cc: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun > Subject: Re: plugin with AAR > > Had a look at the PR and think it looks good! Only thing I'd say is th

RE: plugin with AAR

2014-11-05 Thread Fu, Junwei
a 4.0. -Original Message- From: Andrew Grieve [mailto:agri...@google.com] Sent: Wednesday, November 05, 2014 12:44 AM To: Fu, Junwei Cc: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun Subject: Re: plugin with AAR Had a look at the PR and think it looks good! Only thin

Re: plugin with AAR

2014-11-04 Thread Andrew Grieve
> From: iclell...@google.com [mailto:iclell...@google.com] On Behalf Of Ian > Clelland > Sent: Wednesday, September 24, 2014 3:12 AM > To: dev@cordova.apache.org > Cc: Hu, Ningxin > Subject: Re: plugin with AAR > > "Work in progress" is serious here. I wouldn'

RE: plugin with AAR

2014-10-27 Thread Fu, Junwei
sday, September 24, 2014 3:12 AM To: dev@cordova.apache.org Cc: Hu, Ningxin Subject: Re: plugin with AAR "Work in progress" is serious here. I wouldn't count on the Gradle build being completely stable until you see a 3.7 or a 4.0 release candidate. If you're developing plugins w

Re: plugin with AAR

2014-09-23 Thread Ian Clelland
"Work in progress" is serious here. I wouldn't count on the Gradle build being completely stable until you see a 3.7 or a 4.0 release candidate. If you're developing plugins with specialized build requirements using Gradle, we're very eager to accommodate you. Just be aware that it's a moving targ

Re: plugin with AAR

2014-09-23 Thread Andrew Grieve
Gradle support on master is still somewhat a work-in-progress, but I think it's coming along nicely :) What you want to do hasn't been done before that I know of, but it *might* just work if you add a build-extras.gradle to your plugin and adding the extra Dependencies line in there. More eyes on