Skip to content

Commit

Permalink
bump libusbcommunication version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Jan 6, 2021
1 parent c0a861d commit 274105d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libusbcommunication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ String libusbDir = props['libusb.dir']
ext {
artifact = 'libaums-libusbcommunication'
bintrayName = 'libaums-libusbcommunication'
libraryVersion = '0.1'
libraryVersion = '0.2'
}

android {
Expand All @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 274105d

Please sign in to comment.