We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4382c3e commit 97a8f8fCopy full SHA for 97a8f8f
scalalib/src/mill/javalib/android/AndroidAppModule.scala
@@ -867,8 +867,6 @@ trait AndroidAppModule extends AndroidModule {
867
val unsignedApk = Task.dest / "app.unsigned.apk"
868
os.copy(androidResources()._1.path / "res.apk", unsignedApk)
869
870
- androidDex()
871
-
872
val r8DexFiles = os.walk(runR8().path)
873
.filter(_.ext == "dex")
874
.map(os.zip.ZipSource.fromPath)
0 commit comments