Added aar file type to gitignore #3233
Conversation
|
@MichalDanielDobrzanski thanks! |
This reverts commit 1c11457.
|
TBH, I'm not sure if the link in the description provides enough evidence for this change... In fact, some people might have to add aar files to the default On the other hand, if you're talking about build output, then those files are contained in the |
|
@friederbluemle thanks for the feedback. @MichalDanielDobrzanski do you agree with this? |
|
I agree that some aar files land in libs folder. However, the usual flow does not assume adding to Git compiled dependencies (due to their size or specific versioning). They are downloaded by default and checked out from VCS. We can revert this, though. |
I have no strong feelings either way on this, so I'll leave it up to @friederbluemle and @MichalDanielDobrzanski to figure this out and submit a follow-up PR (if necessary). |
|
Yes, also agree with @MichalDanielDobrzanski that compiled dependencies should normally not be added to version control. Normally these files are all contained in |
This reverts commit 1c11457.
This reverts commit 1c11457.
This reverts commit 1c11457.
This reverts commit 1c11457.
Instead of regular APK, we can build AAR that are library modules. They are similar to the APK, but they are used by them as dependency modules that contain resources.
Link:
https://developer.android.com/studio/projects/android-library