Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed Feb 2, 2014
1 parent ee82e14 commit a4f4f85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 1.4.0 *(IN DEVELOPMENT)*
Version 1.4.0 *(2014-02-02)*
----------------------------

* Switch to aar packaging (#10)
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ Download [the latest Release][1] or grab via Maven:
<dependency>
<groupId>de.psdev.licensesdialog</groupId>
<artifactId>licensesdialog</artifactId>
<version>1.3.0</version>
<type>apklib</type>
<version>1.4.0</version>
<type>aar</type>
</dependency>
```
or Gradle:
```groovy
compile 'de.psdev.licensesdialog:licensesdialog:1.4.0@aar'
```

Sample
Expand Down

0 comments on commit a4f4f85

Please sign in to comment.