Skip to content

Commit

Permalink
Prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akaita committed Oct 22, 2018
1 parent 1e1268b commit 587fc95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for easylauncher plugin

## v1.3.0 2018/10/22
* Allow custom ribbon gravity (top, bottom, topRight, topLeft) (thanks for your help @ka05)
* Allow custom ribbon text size (relative to the icon size) (thanks for your help @arminelec)
* Some code cleanup

## v1.2.0 2018/04/01
* Allow custom ribbon text color (@mypplication)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.akaita.android:easylauncher:1.2.0'
classpath 'com.akaita.android:easylauncher:1.3.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 587fc95

Please sign in to comment.