Skip to content

Commit

Permalink
v7.1.0 updates (#368)
Browse files Browse the repository at this point in the history
* v7.1 release
  • Loading branch information
emarsman authored May 5, 2020
1 parent caf970f commit c6e207e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OpenXC Android Library Changelog

## v7.1.0

* Android 10 support
* Updated multi-frame read support
* Bug fixes
* SonarQube suggested refactors

## v7.0.8

Expand All @@ -12,7 +18,6 @@
* Improvement: Tracefile playing disable while recording is on and vice versa
* Improvement: Updated the protobuf version


## v7.0.0

* New Feature: Now supports sending control commands on-demand
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ext {
targetSdkVersion = 28

versionMajor = 7
versionMinor = 0
versionPatch = 8
versionMinor = 1
versionPatch = 0

versionCode = versionMajor * 1000000 + versionMinor * 1000 + versionPatch
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down

0 comments on commit c6e207e

Please sign in to comment.