Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

super-preliminary support for building with gradle. #9

Merged
merged 1 commit into from May 29, 2013

Conversation

mlc
Copy link
Contributor

@mlc mlc commented May 24, 2013

This is some preliminary support for building AppMsg with gradle, for use in the new Android build system.

In particular, if gradle is on your PATH and the Android SDK is set up properly, you can now do gradle :library:assemble to build the AppMsg library, and then you can include it in your projects.

Not supported yet:

  • building the sample project (because it relies on ActionBarSherlock, which is not yet easily available as an AAR, though support for this is pending, see Gradle support JakeWharton/ActionBarSherlock#891)
  • publishing an AAR of AppMsg itself to Maven Central or something like that

I can work on these two issues (especially the latter) later, but the patch included here is sufficient to let me build my app with AppMsg, so hopefully it will be useful to someone else even in this limited state.

johnkil added a commit that referenced this pull request May 29, 2013
super-preliminary support for building with gradle.
@johnkil johnkil merged commit 410509a into johnkil:master May 29, 2013
@johnkil
Copy link
Owner

johnkil commented May 29, 2013

@mlc thank you very much for contribution! I appreciate it. Will wait for the release ABS with gradle support )))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants