Skip to content

Commit

Permalink
Released version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Feb 3, 2014
1 parent 1b178a2 commit a392542
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 = '050'
versionName = '0.5.0'
versionCode = '060'
versionName = '0.6.0'
archivesBaseName = project.name + '-' + project.versionName
}

Expand All @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.8.+'
}
}

Expand Down
Binary file added releases/BalanduinoAndroidApp-0.6.0-basic.apk
Binary file not shown.
Binary file added releases/BalanduinoAndroidApp-0.6.0-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.5.0" />
<usb-accessory manufacturer="TKJ Electronics" model="Balanduino" version="0.6.0" />
</resources>

0 comments on commit a392542

Please sign in to comment.