helping android build?

This commit is contained in:
rusefillc 2021-10-13 21:49:53 -04:00
parent 919b30e412
commit 109e371c6f
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ dependencies {
implementation "ch.acra:acra-toast:$acraVersion"
implementation files('lib/dfu_java.jar')
implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'
// implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'
implementation 'com.github.mik3y:usb-serial-for-android:v3.1.0'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'