Skip to content

Commit 274105d

Browse files
committed
bump libusbcommunication version to 0.2
1 parent c0a861d commit 274105d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libusbcommunication/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ String libusbDir = props['libusb.dir']
1010
ext {
1111
artifact = 'libaums-libusbcommunication'
1212
bintrayName = 'libaums-libusbcommunication'
13-
libraryVersion = '0.1'
13+
libraryVersion = '0.2'
1414
}
1515

1616
android {
@@ -19,8 +19,8 @@ android {
1919
defaultConfig {
2020
minSdkVersion 15
2121
targetSdkVersion 30
22-
versionCode 1
23-
versionName "0.1"
22+
versionCode 2
23+
versionName "0.2"
2424

2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)