Skip to content

Commit

Permalink
[BUMP] Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manneohlund committed Mar 5, 2018
1 parent 9ebf216 commit 05072cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {

```groovy
dependencies {
compile 'com.github.manneohlund:themeux:3.1.0'
compile 'com.github.manneohlund:themeux:3.1.1'
}
```

Expand All @@ -39,7 +39,7 @@ class ThemeModel {
val theme = android.support.v7.appcompat.R.style.Theme_AppCompat_NoActionBar

@ToolbarThemeOverlay
val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark
val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark_ActionBar

@ToolbarPopupThemeOverlay
val popupThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark
Expand Down

0 comments on commit 05072cb

Please sign in to comment.