adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Error when "apply from: fat-aar.gradle" but not using "embedded" #36

Closed isometriq closed 8 years ago

isometriq commented 8 years ago

Error:Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. FAILURE: Build failed with an exception.

adwiv commented 8 years ago

Thanks.. Fixed by adding tasks only if embedded dependencies exist.