Skip to content

Commit

Permalink
Released version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Apr 30, 2015
1 parent 11aa02b commit 9986363
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.util.regex.Pattern

project.ext {
versionCode = '062'
versionName = '0.6.2'
versionCode = '063'
versionName = '0.6.3'
archivesBaseName = project.name + '-' + project.versionName
}

Expand Down
Binary file added releases/BalanduinoAndroidApp-0.6.3-basic.apk
Binary file not shown.
Binary file added releases/BalanduinoAndroidApp-0.6.3-usb.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion res/xml/accessory_filter.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- The version is updated automatically by Gradle -->
<usb-accessory manufacturer="TKJ Electronics" model="Balanduino" version="0.6.2" />
<usb-accessory manufacturer="TKJ Electronics" model="Balanduino" version="0.6.3" />
</resources>

0 comments on commit 9986363

Please sign in to comment.