Clean gradle Project-Structure#756
Conversation
a6aa028 to
692abd3
Compare
|
@jonan @fadils What is your option on dropping the maven and eclipse support and using a clean gradle build structure like mentioned here: http://developer.android.com/tools/building/configuring-gradle.html ? |
0bf4225 to
6c186f9
Compare
|
This is solid, and much needed. With the number of changes though, it's going to break a lot of existing pull requests. Need to think about if it's better to bite the bullet and do this now, or try to resolve those first (but then you'd probably have to close and re-open after those updates). Leaning towards the latter, but since the work is on you for this I want to see what you think as well @larsgrefer |
|
I think we should wait until the most mergeable pull requests are merged. I try to rebase this whenever needed so it stays mergeable |
6c186f9 to
2dcff7a
Compare
|
I'd rather just do them all together in one pull request, rather than have the same commit appear in both. I've commented/addressed most of the open PRs right now, so waiting for responses and hopefully should get them resolved soon. |
|
Okay, but if you'd merge #754 i'll remove the commit from this PR |
|
Still rather do them together in this pull request, please just wait. |
2e22baa to
06c2d58
Compare
9abf158 to
3f1a096
Compare
3f1a096 to
2a1d5bc
Compare
2a1d5bc to
21a211f
Compare
|
Pulling the trigger on this. The other PRs I've responded to have had enough time |
Clean gradle Project-Structure
|
👍 |
Using a clean directory-structure for gradle including the instumentation-tests
#748
fixes #602
fixes #659