1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

IntDef Parity for better warnings

but no @Intdef for databits, stopbits as these are frequently used with numbers instead of constants
remove redundant modifiers
This commit is contained in:
kai-morich
2021-01-16 22:17:34 +01:00
parent 5519182256
commit fc610a9764
13 changed files with 60 additions and 74 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ android {
}
dependencies {
implementation "androidx.annotation:annotation:1.1.0"
testImplementation 'junit:junit:4.13'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'commons-net:commons-net:3.6'
androidTestImplementation 'org.apache.commons:commons-lang3:3.11'