mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2025-12-23 22:28:06 -05:00
UsbSerialForAndroid: Replace local jar with gradle mechanism
This commit is contained in:
@@ -5,7 +5,7 @@ android {
|
||||
buildToolsVersion '28.0.3'
|
||||
defaultConfig {
|
||||
applicationId 'com.fr3ts0n.ecu.gui.androbd'
|
||||
minSdkVersion 15
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 25
|
||||
versionCode 20104
|
||||
versionName 'V2.1.4'
|
||||
@@ -40,4 +40,5 @@ dependencies {
|
||||
implementation project(':plugin')
|
||||
implementation project(':library')
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.github.mik3y:usb-serial-for-android:2.2.2'
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -18,5 +18,6 @@ allprojects {
|
||||
maven {
|
||||
url 'https://maven.google.com'
|
||||
}
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user