Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/usb-serial-telnet-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:20:47 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:20:47 +0300
commit4fa87d08aa333b512cb0d917b7a5b630b1c5934a (patch)
treefe2b9d6ba8d2667b1ac23a64a9d19eca388668f3
parent991b125dec97d50994a725affabb366e868caf6a (diff)
KitKat support
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 89583e7..7845b9b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.clusterrr.usbserialtelnetserver"
- minSdk 26
+ minSdk 19
targetSdk 32
versionCode 1
versionName "1.0"