Skip to content

Commit 08e2cb3

Browse files
committed
Version 1.0.4
1 parent c620ae4 commit 08e2cb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dfu/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
1515
ext {
1616
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
1717
PUBLISH_ARTIFACT_ID = 'dfu'
18-
PUBLISH_VERSION = '1.0.3'
18+
PUBLISH_VERSION = '1.0.4'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'dfu-library'
@@ -46,8 +46,8 @@ android {
4646
defaultConfig {
4747
minSdkVersion 18
4848
targetSdkVersion 24
49-
versionCode 8
50-
versionName "1.0.3"
49+
versionCode 9
50+
versionName "1.0.4"
5151
}
5252
buildTypes {
5353
release {

0 commit comments

Comments
 (0)