Skip to content

Commit 18dc0b9

Browse files
committed
- Improved spelling of test version README
- Enabled Lint output for unchecked and deprecation
1 parent 8fd77d5 commit 18dc0b9

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed
+8-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
Install test version
1+
Installation of test version
22
======================
33

4-
1. You have to Install DMXControl3 (3.0.1) on your PC
5-
2. Open the *.apk File with your Android-Phone.
6-
3. Copy the *.dll und *.pdb file in the Plugin-Folder from the Kernel.
4+
1. Install DMXControl 3 (3.0.1) on your PC
5+
2. Open the *.apk file with your Android device to install the App
6+
3. Copy the *.dll and *.pdb files into the "Plugins" directory of the DMXControl Kernel (usually C:\Program Files (x86)\DMXControl3\Kernel\Plugins)
77

88
4. Run Kernel and GUI
9-
5. Run the AndroidApp
10-
6. You can copy all Icons from the Kernel/Device/Icons Directory on your PC to the DMXControl/Icons Directory on your Phone, to Display the Icons in the App
11-
7. Have Fun
12-
9+
5. Run the Android App
10+
6. You can copy all icons from the Kernel/Device/Icons directory on your PC to the DMXControl/Icons directory on your device to be able to display the icons in the App
11+
7. Have fun!
1312

1413
----------------------------------------------------------------------
15-
The Current App is in the Pre-Alpha state, there is no garantie that the App works correct or supports your Android-Phone
14+
The current App is in the Pre-Alpha state, there is no warranty that it works correctly or supports your Android device.

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ android {
5151
task wrapper(type: Wrapper) {
5252
gradleVersion = '2.14.1'
5353
}
54+
55+
gradle.projectsEvaluated {
56+
tasks.withType(JavaCompile) {
57+
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
58+
}
59+
}

0 commit comments

Comments
 (0)