File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Dms에서 사용할 Android View Library 입니다.
55## Setting
66build.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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments