Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Apr 3, 2014
1 parent 512f6ab commit b72eb27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tintManager.setNavigationBarTintResource(R.drawable.my_tint);
tintManager.setStatusBarTintDrawable(MyDrawable);
```

### SystemBarConfig
#### SystemBarConfig

Developers should not need to concern themselves with the size or positioning of the system UI. Use `android:fitsSystemWindows="true"` in conjunction with `android:clipToPadding="false"` to achieve the optimal layout for full bleed content screens that need to be padded within the system UI bounds. However, certain elements like the `GoogleMap` provided by Google Play Services may force you to determine the pixel insets for the system bars in order to provide the appropriate layout effect.

Expand All @@ -61,7 +61,7 @@ Download and include the [JAR][1] in your project, or add the dependency in your

```groovy
dependencies {
compile 'com.readystatesoftware.systembartint:systembartint:+'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
}
```

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.3-SNAPSHOT
VERSION_CODE=103
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_CODE=104
GROUP=com.readystatesoftware.systembartint

POM_DESCRIPTION=Apply background tinting to the Android system UI when using KitKat translucent modes
Expand Down

0 comments on commit b72eb27

Please sign in to comment.