Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hakobast committed May 29, 2018
1 parent 55fdddb commit 4d60232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ val dropdown = DropdownTextView.Builder(this)
## Download
Gradle:
```groovy
compile 'com.github.hakobast:dropdown-textview:0.1.1'
compile 'com.github.hakobast:dropdown-textview:0.2'
```
Maven:
```xml
<dependency>
<groupId>com.github.hakobast</groupId>
<artifactId>dropdown-textview</artifactId>
<version>0.1.1</version>
<version>0.2</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion dropdown-textview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/hakobast/DropdownTextView'
gitUrl = 'https://github.com/hakobast/DropdownTextView.git'

libraryVersion = '0.1.1'
libraryVersion = '0.2'

developerId = 'hakobast'
developerName = 'Hakob Astvatsatryan'
Expand Down

0 comments on commit 4d60232

Please sign in to comment.