We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a861d commit 274105dCopy full SHA for 274105d
libusbcommunication/build.gradle
@@ -10,7 +10,7 @@ String libusbDir = props['libusb.dir']
10
ext {
11
artifact = 'libaums-libusbcommunication'
12
bintrayName = 'libaums-libusbcommunication'
13
- libraryVersion = '0.1'
+ libraryVersion = '0.2'
14
}
15
16
android {
@@ -19,8 +19,8 @@ android {
19
defaultConfig {
20
minSdkVersion 15
21
targetSdkVersion 30
22
- versionCode 1
23
- versionName "0.1"
+ versionCode 2
+ versionName "0.2"
24
25
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
26
consumerProguardFiles 'consumer-rules.pro'
0 commit comments