Skip to content

Commit 535f917

Browse files
authored
Merge pull request #6 from k4biri/DROID-04-IntegrateSentryTracking
DROID-04-Integrate Sentry Tracking
2 parents 3d2734d + fd70b1e commit 535f917

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This is being done as a hobby, and for experimenting, so probably there might be some flaws; As an example, the vendor ID of Arduino is hardcoded to only work with Arduino devices, but this is my use case and please feel free to change it to match your needs.
77

8-
# Install
8+
# Build and Run
99
The app is available for free on Google Play Store (Arduino USB Terminal).
1010
Otherwise, you can clone the project and run it locally.
1111
Please read the **Sentry Reports** part on this page before running the project to avoid build failures.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "org.kabiri.android.usbterminal"
2121
minSdkVersion 23
2222
targetSdkVersion 29
23-
versionCode 5
24-
versionName "0.5.0"
23+
versionCode 6
24+
versionName "0.6.0"
2525

2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}

0 commit comments

Comments
 (0)