Skip to content

Commit

Permalink
0.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakobast committed Feb 19, 2018
1 parent 2eb780f commit acca93c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0'
compile 'com.github.hakobast:dropdown-textview:0.1.1'
```
Maven:
```xml
<dependency>
<groupId>com.github.hakobast</groupId>
<artifactId>dropdown-textview</artifactId>
<version>0.1.0</version>
<version>0.1.1</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.0'
libraryVersion = '0.1.1'

developerId = 'hakobast'
developerName = 'Hakob Astvatsatryan'
Expand Down
2 changes: 1 addition & 1 deletion dropdown-textview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

<application android:supportsRtl="true"/>

</manifest>
</manifest>

0 comments on commit acca93c

Please sign in to comment.