Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
查郁 committed Oct 22, 2018
1 parent d777e72 commit 112110d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atlas-gradle-plugin/atlas-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ jar {
from zipTree("libs/libarsc.jar")
}

version = '3.0.1-rc80'
version = '3.0.1-rc80-2'

Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ public DexByteCodeConverterHook(VariantContext variantContext, AppVariantOutputC
// }
@Override
public void convertByteCode(Collection<File> inputs, File outDexFolder, boolean multidex, final File mainDexList, DexOptions dexOptions, ProcessOutputHandler processOutputHandler, int minSdkVersion) throws IOException, InterruptedException, ProcessException {
logger.warning("outDexFolder:"+outDexFolder.getAbsolutePath());
FileUtils.forceMkdir(outDexFolder);
// outDexFolder.mkdirs();
AtlasDependencyTree atlasDependencyTree = AtlasBuildContext.androidDependencyTrees.get(
variantContext.getVariantName());

Expand Down

0 comments on commit 112110d

Please sign in to comment.