Skip to content

Commit f816c10

Browse files
authored
Merge pull request #9 from k4biri/DROID-05-BumpVersionCodeAndPrepareRelease
DROID-05 Bump version code and prepare the release
2 parents c67abf2 + d87e53e commit f816c10

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/images/logo.png

144 KB
Loading

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# arduino-usb-terminal
2-
Terminal like app to send commands to Arduino through USB
1+
<img src=".github/images/logo.png" width="128">
2+
3+
# arduino-usb-terminal
4+
Terminal-like app to send commands to Arduino through USB
5+
6+
37

48
This app simplifies testing your Arduino components that work with direct usb commands by giving you the ability to send custom commands and view the returned message from your Arduino device.
59

@@ -9,6 +13,8 @@
913
The app is available for free on Google Play Store (Arduino USB Terminal).
1014
Otherwise, you can clone the project and run it locally.
1115
Please read the **Sentry Reports** part on this page before running the project to avoid build failures.
16+
17+
<a href='https://play.google.com/store/apps/details?id=org.kabiri.android.usbterminal&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width="128"/></a>
1218

1319
## Terminal
1420
A Simple terminal page which does what it is supposed to do interacting with an Arduino manually through the USB cable.

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 6
24-
versionName "0.6.0"
23+
versionCode 7
24+
versionName "0.7.0"
2525

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

0 commit comments

Comments
 (0)