Skip to content

Commit 490a242

Browse files
committed
comments suggestions
1 parent 4049e89 commit 490a242

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/androidlib/src/mill/androidlib/AndroidAppModule.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,6 @@ trait AndroidAppModule extends AndroidModule {
894894
val unsignedApk = Task.dest / "app.unsigned.apk"
895895
os.copy(androidResources()._1.path / "res.apk", unsignedApk)
896896

897-
androidDex()
898-
899897
val r8DexFiles = os.walk(runR8().path)
900898
.filter(_.ext == "dex")
901899
.map(os.zip.ZipSource.fromPath)

0 commit comments

Comments
 (0)