Skip to content

Commit 9de4f45

Browse files
committed
copy AndroidMode.jar to mode
1 parent 68840d5 commit 9de4f45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ task dist {
6565

6666
Files.copy(file("$buildDir/libs/processing-android.jar").toPath(),
6767
file("$root/mode/AndroidMode.jar").toPath(), REPLACE_EXISTING);
68-
68+
Files.copy(file("$buildDir/libs/processing-android.jar").toPath(),
69+
file("mode/AndroidMode.jar").toPath(), REPLACE_EXISTING);
70+
6971
Files.copy(file("core/build/libs/android-core.zip").toPath(),
7072
file("$root/android-core.zip").toPath(), REPLACE_EXISTING);
7173

0 commit comments

Comments
 (0)