Skip to content

Commit dd5f355

Browse files
committed
0.0.4-rc
1 parent 17966e4 commit dd5f355

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dms에서 사용할 Android View Library 입니다.
55
## Setting
66
build.gradle에 다음과 같이 추가해주세요.
77
```gradle
8-
implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.3-hotfix'
8+
implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.4-rc'
99
```
1010

1111
## Functions

dmsviewlibrary/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install {
4949
packaging 'aar'
5050
groupId 'com.dsm.dms.library'
5151
artifactId 'dmsviewlibrary'
52-
version '0.0.3-hotfix'
52+
version '0.0.4-rc'
5353

5454
name 'DmsAndroidViewLibrary'
5555
url 'https://github.com/DSM-DMS/DmsAndroidViewLibrary'
@@ -119,9 +119,9 @@ bintray {
119119
publish = true
120120
publicDownloadNumbers = true
121121
version {
122-
name = '0.0.3-hotfix'
122+
name = '0.0.4-rc'
123123
desc = 'dmsviewlibrary'
124-
vcsTag = '0.0.3-hotfix'
124+
vcsTag = '0.0.4-rc'
125125
attributes = ['gradle-plugin': 'com.use.less:com.use.less.gradle:gradle-useless-plugin']
126126
}
127127
}
@@ -132,7 +132,7 @@ publishing {
132132
MyPub(MavenPublication) {
133133
groupId 'com.dsm.dms.library'
134134
artifactId 'dmsviewlibrary'
135-
version '0.0.3-hotfix'
135+
version '0.0.4-rc'
136136

137137
artifact("$buildDir/outputs/aar/dmsviewlibrary-release.aar")
138138
}

0 commit comments

Comments
 (0)