helping android build?
This commit is contained in:
parent
919b30e412
commit
109e371c6f
|
@ -62,7 +62,8 @@ dependencies {
|
||||||
implementation "ch.acra:acra-toast:$acraVersion"
|
implementation "ch.acra:acra-toast:$acraVersion"
|
||||||
|
|
||||||
implementation files('lib/dfu_java.jar')
|
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 fileTree(dir: "libs", include: ["*.jar"])
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
implementation 'com.google.android.material:material:1.1.0'
|
||||||
|
|
Loading…
Reference in New Issue