Skip to content

Commit 4da3514

Browse files
committed
release and debug path
1 parent a5fd233 commit 4da3514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ trait AndroidAppModule extends AndroidModule {
939939

940940
}
941941

942+
942943
def androidDebugInstall: T[PathRef] = Task {
943944
val unsignedApk = Task.dest / "app.unsigned.apk"
944945
os.copy(androidDebugResources()._1.path / "res.apk", unsignedApk)

0 commit comments

Comments
 (0)