diff --git a/android/.idea/jarRepositories.xml b/android/.idea/jarRepositories.xml
index a5f05cd8c8..2370474020 100644
--- a/android/.idea/jarRepositories.xml
+++ b/android/.idea/jarRepositories.xml
@@ -21,5 +21,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/build.gradle b/android/app/build.gradle
index ab3f86067d..9d9786084e 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.rusefi.app"
- minSdkVersion 16
+ minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
@@ -22,6 +22,7 @@ android {
}
dependencies {
+ implementation 'com.github.mik3y:usb-serial-for-android:v2.2.3'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
diff --git a/android/app/lib/usb-serial-for-android-v2.2.3-sources.jar b/android/app/lib/usb-serial-for-android-v2.2.3-sources.jar
new file mode 100644
index 0000000000..538c455414
Binary files /dev/null and b/android/app/lib/usb-serial-for-android-v2.2.3-sources.jar differ
diff --git a/android/app/lib/usb-serial-for-android-v2.2.3.aar b/android/app/lib/usb-serial-for-android-v2.2.3.aar
new file mode 100644
index 0000000000..949e44de8e
Binary files /dev/null and b/android/app/lib/usb-serial-for-android-v2.2.3.aar differ
diff --git a/android/app/lib/usb-serial-for-android-v2.2.3.pom b/android/app/lib/usb-serial-for-android-v2.2.3.pom
new file mode 100644
index 0000000000..bf223016eb
--- /dev/null
+++ b/android/app/lib/usb-serial-for-android-v2.2.3.pom
@@ -0,0 +1,40 @@
+
+
+ 4.0.0
+ com.github.mik3y
+ usb-serial-for-android
+ v2.2.3
+ aar
+ mik3y/usb-serial-for-android
+ Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
+ https://github.com/mik3y/usb-serial-for-android
+ 2013
+
+
+ GNU Lesser General Public License v2.1
+ https://api.github.com/licenses/lgpl-2.1
+ repo
+
+
+
+
+ mik3y
+ mike w
+
+
+
+
+ scm:git://github.com/mik3y/usb-serial-for-android.git
+ scm:git://github.com/mik3y/usb-serial-for-android.git
+ git://github.com/mik3y/usb-serial-for-android.git
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
diff --git a/android/app/src/main/res/xml/device_filter.xml b/android/app/src/main/res/xml/device_filter.xml
index 9ae31807dc..6797afb62f 100644
--- a/android/app/src/main/res/xml/device_filter.xml
+++ b/android/app/src/main/res/xml/device_filter.xml
@@ -1,5 +1,24 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/build.gradle b/android/build.gradle
index ea1e2d5075..9dbb9a2576 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -12,6 +12,7 @@ allprojects {
repositories {
google()
jcenter()
+ maven { url 'https://jitpack.io' }
}
}