Skip to content

Commit

Permalink
released v1.0.7 addressing statusbar color if the first color is not …
Browse files Browse the repository at this point in the history
…the primary color of the theme provided.
  • Loading branch information
kosh committed Nov 19, 2015
1 parent 758b3b4 commit 34bc993
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nexus 10 (L)
# Installation

```
compile 'com.github.k0shk0sh:PermissionHelper:1.0.6'
compile 'com.github.k0shk0sh:PermissionHelper:1.0.7'
```

Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.6
VERSION_CODE=6
VERSION_NAME=1.0.7
VERSION_CODE=7
GROUP=com.github.k0shk0sh
POM_DESCRIPTION=A Library that simplify Android Runtime Permissions
POM_URL=https://github.com/k0shk0sh/PermissionHelper
Expand Down
4 changes: 2 additions & 2 deletions permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName "1.0.6"
versionCode 7
versionName "1.0.7"
}
buildTypes {
release {
Expand Down

0 comments on commit 34bc993

Please sign in to comment.