UsbSerialForAndroid: Replace local jar with gradle mechanism

This commit is contained in:
fr3ts0n
2020-03-22 10:19:04 +01:00
parent c98136a9dd
commit 350d162741
3 changed files with 3 additions and 1 deletions

View File

@@ -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'
}

View File

Binary file not shown.

View File

@@ -18,5 +18,6 @@ allprojects {
maven {
url 'https://maven.google.com'
}
maven { url 'https://jitpack.io' }
}
}