fat-aar-plugin icon indicating copy to clipboard operation
fat-aar-plugin copied to clipboard

Use more concise names for libraries.

Open tux-mind opened this issue 6 years ago • 1 comments

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.

tux-mind avatar Jul 17 '18 15:07 tux-mind

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'

alixwar avatar Feb 14 '19 11:02 alixwar