1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +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
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}