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

IntelliJ Files Cleanup #3

Merged
merged 2 commits into from
Dec 17, 2015
Merged

Conversation

ZKjellberg
Copy link
Contributor

Modified .gitignore files and purged all unnecessary IntelliJ files.

NOTE: This will require a clean import to regenerate the files, but they will no longer cause activity for git changes.

Is there a reason why the Sample app is not a module in the root Android Studio project? It would be much simpler to have them together, compared to having two seperate Android Studio Projects, especially with the relative path used in the Sample.

@SandroMachado
Copy link
Owner

Thanks again @ZKjellberg for the help.

Regarding the question about the location of the Sample it cannot be on the root of the project due to the @jitpack-io (used to distribute the library). JitPack builds the AAR library files looking for the build.gradle of the project in the root (or at second level) directory. For that reason I usually put the sample projects separated from the libraries and at least at the third level directory.

SandroMachado added a commit that referenced this pull request Dec 17, 2015
@SandroMachado SandroMachado merged commit 4dffb87 into SandroMachado:master Dec 17, 2015
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.

2 participants