Skip to content

Commit

Permalink
* [release] release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 13, 2015
1 parent 47c7b4a commit 9a4585f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here's a quick overview of functions it include:
The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz.materialdrawer%22), so you just need to add the following dependency to your `build.gradle`.

```javascript
compile('com.mikepenz.materialdrawer:library:0.9.0@aar') {
compile('com.mikepenz.materialdrawer:library:0.9.1@aar') {
transitive = true
}
```
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.mikepenz.materialdrawer.app"
minSdkVersion 14
targetSdkVersion 21
versionCode 90
versionName "0.9.0"
versionCode 91
versionName "0.9.1"
}
buildTypes {
release {
Expand All @@ -23,7 +23,7 @@ android {

dependencies {
compile project(':library')
compile('com.mikepenz.aboutlibraries:library:4.5.2@aar') {
compile('com.mikepenz.aboutlibraries:library:4.5.5@aar') {
transitive = true
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.9.1-SNAPSHOT
VERSION_NAME=0.9.1
VERSION_CODE=91
GROUP=com.mikepenz.materialdrawer

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 21
versionCode 91
versionName '0.9.1-SNAPSHOT'
versionName '0.9.1'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<b>MaterialDrawer</b> library aims to provide a quick and easy Activity to create and implement a drawer layout in your application.
]]>
</string>
<string name="library_materialdrawer_libraryVersion">0.9.0</string>
<string name="library_materialdrawer_libraryVersion">0.9.1</string>
<string name="library_materialdrawer_libraryWebsite">https://github.com/mikepenz/MaterialDrawer</string>
<string name="library_materialdrawer_licenseId">apache_2_0</string>
<string name="library_materialdrawer_isOpenSource">true</string>
Expand Down

0 comments on commit 9a4585f

Please sign in to comment.