Skip to content

Commit

Permalink
0.0.4-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jinusong committed Jul 2, 2020
1 parent 17966e4 commit dd5f355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dms에서 사용할 Android View Library 입니다.
## Setting
build.gradle에 다음과 같이 추가해주세요.
```gradle
implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.3-hotfix'
implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.4-rc'
```

## Functions
Expand Down
8 changes: 4 additions & 4 deletions dmsviewlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install {
packaging 'aar'
groupId 'com.dsm.dms.library'
artifactId 'dmsviewlibrary'
version '0.0.3-hotfix'
version '0.0.4-rc'

name 'DmsAndroidViewLibrary'
url 'https://github.com/DSM-DMS/DmsAndroidViewLibrary'
Expand Down Expand Up @@ -119,9 +119,9 @@ bintray {
publish = true
publicDownloadNumbers = true
version {
name = '0.0.3-hotfix'
name = '0.0.4-rc'
desc = 'dmsviewlibrary'
vcsTag = '0.0.3-hotfix'
vcsTag = '0.0.4-rc'
attributes = ['gradle-plugin': 'com.use.less:com.use.less.gradle:gradle-useless-plugin']
}
}
Expand All @@ -132,7 +132,7 @@ publishing {
MyPub(MavenPublication) {
groupId 'com.dsm.dms.library'
artifactId 'dmsviewlibrary'
version '0.0.3-hotfix'
version '0.0.4-rc'

artifact("$buildDir/outputs/aar/dmsviewlibrary-release.aar")
}
Expand Down

0 comments on commit dd5f355

Please sign in to comment.