File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The resulting artifacts will be created in the `target` subdirectory.
52
52
You can run the executable jar via ` java -jar target/androidscreencast-VERSION-executable.jar ` , replacing VERSION with
53
53
the current version.
54
54
55
- For example, ` java -jar target/androidscreencast-0.0.9s -executable.jar ` .
55
+ For example, ` java -jar target/androidscreencast-0.0.10s -executable.jar ` .
56
56
57
57
Additionally OS-packages would be created with ADB executables bundled:
58
58
* ` androidscreencast-VERSION-windows.zip `
Original file line number Diff line number Diff line change 5
5
<artifactId >androidscreencast</artifactId >
6
6
<version >0.0.10s</version >
7
7
<name >Android Screencast</name >
8
+ <packaging >jar</packaging >
8
9
<properties >
9
10
<dagger2 .version>2.9</dagger2 .version>
10
11
<ddmlib .version>25.2.0</ddmlib .version>
You can’t perform that action at this time.
0 commit comments