Open nitishjain24 opened 5 years ago
I am using the command gradle clean assemble --stacktrace to create the AAR on a library project.
gradle clean assemble --stacktrace
BUILD FAILED
I was expecting it to build the fat AAR
https://ghostbin.com/paste/66huy
The following are being used in the environment: classpath "com.mobbeel.plugin:fat-aar:2.0.1" classpath 'com.android.tools.build:gradle:3.4.0' distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
classpath "com.mobbeel.plugin:fat-aar:2.0.1"
classpath 'com.android.tools.build:gradle:3.4.0'
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
I found fat aar only support 3.1.4,you can downgrade to 3.1.4 and have a try. classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.1.4'
Is there a plan to add support for 3.4?
What are the steps to reproduce this issue?
I am using the command
gradle clean assemble --stacktrace
to create the AAR on a library project.What happens?
BUILD FAILED
What were you expecting to happen?
I was expecting it to build the fat AAR
Any logs, error output, etc?
https://ghostbin.com/paste/66huy
Any other comments?
The following are being used in the environment:
classpath "com.mobbeel.plugin:fat-aar:2.0.1"
classpath 'com.android.tools.build:gradle:3.4.0'
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip