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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9532848..d6854c1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,7 +9,7 @@ android {
applicationId "com.clusterrr.usbserialtelnetserver"
minSdk 19
targetSdk 32
- versionCode 5
+ versionCode 6
versionName "1.3"
}
@@ -38,5 +38,4 @@ dependencies {
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.github.mik3y:usb-serial-for-android:3.4.3'
- implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.8.1'
}