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

Use more concise names for libraries. - #22

Open
tux-mind wants to merge 1 commit into
vigidroid:masterfrom
Cleafy:master
Open

tux-mind wants to merge 1 commit into
vigidroid:masterfrom
Cleafy:master

Conversation

@tux-mind

Copy link
Copy Markdown

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

alixwar commented Feb 14, 2019

Copy link
Copy Markdown

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