Skip to content

Commit 97a8f8f

Browse files
committed
comments suggestions
1 parent 4382c3e commit 97a8f8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scalalib/src/mill/javalib/android/AndroidAppModule.scala

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

870-
androidDex()
871-
872870
val r8DexFiles = os.walk(runR8().path)
873871
.filter(_.ext == "dex")
874872
.map(os.zip.ZipSource.fromPath)

0 commit comments

Comments
 (0)