Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Use more concise names for libraries. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tux-mind
Copy link

When a project had more libraries with the same name,
fat-aar will overwrite all except the last, resulting in a broken aar.

With this modifications it will prepend the artifact group to avoid name clash.
The same has been made for jars, not only android libraries.

When a project had more libraries with the same name,
fat-aar will overwrite all except the last, resulting in a broken aar.

With this modifications it will prepend the artifact group to avoid name clash.
The same has been made for jars, not only android libraries.
@alixwar
Copy link

alixwar commented Feb 14, 2019

Why have you downgraded the Android Gradle Plugin?

//    compile 'com.android.tools.build:gradle:2.3.0'
    compile 'com.android.tools.build:gradle:2.2.3'

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

Successfully merging this pull request may close these issues.

2 participants