Skip to content

Commit

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

## v1.3.1 2018/10/22
* Fix custom ribbon gravity configuration (it was being ignored in some cases :( )

## 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)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Modify the launcher icon of each of your app-variants using simple gradle rules. Add ribbons of any color, overlay your own images, change the colors of the icon, ...

![](icons/ic_launcher_debug.png) ![](icons/ic_launcher_staging.png) ![](icons/ic_launcher_variant.png) ![](icons/ic_launcher_beta.png)
![](icons/ic_launcher_debug.png) ![](icons/ic_launcher_staging.png) ![](icons/ic_launcher_variant.png) ![](icons/ic_launcher_beta.png)

![](icons/ic_launcher_grayscale.png) ![](icons/customColorRibbonTopRight.png) ![](icons/customColorRibbonTop.png) ![](icons/customColorRibbonBottom.png)

## Usage
Expand All @@ -14,7 +15,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.akaita.android:easylauncher:1.3.0'
classpath 'com.akaita.android:easylauncher:1.3.1'
}
}
```
Expand Down
3 changes: 1 addition & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
1.3.0

1.3.1

0 comments on commit c6b41ef

Please sign in to comment.