Skip to content

Commit

Permalink
Fix the bug that jar cannot be merged when only jars are included in …
Browse files Browse the repository at this point in the history
…1.3+ #255 #288
  • Loading branch information
kezong committed Mar 30, 2021
1 parent 4ba795f commit 869a020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ class VariantProcessor {
TaskProvider bundleTask = VersionAdapter.getBundleTaskProvider(mProject, mVariant)
preEmbed(artifacts, dependencies, prepareTask)
processArtifacts(artifacts, prepareTask, bundleTask)
processClassesAndJars(bundleTask)
if (mAndroidArchiveLibraries.isEmpty()) {
return
}
processClassesAndJars(bundleTask)
processManifest()
processResources()
processAssets()
Expand Down

0 comments on commit 869a020

Please sign in to comment.