Skip to content

Commit

Permalink
Merge branch 'release/v5.2.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed May 31, 2016
2 parents a891c07 + 6f2e0d4 commit d505c25
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can find some frequently asked questions and other resources in the [WIKI /
##1. Provide the gradle dependency

```gradle
compile('com.mikepenz:materialdrawer:5.2.7@aar') {
compile('com.mikepenz:materialdrawer:5.2.8@aar') {
transitive = true
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
versionCode 527
versionName "5.2.7"
versionCode 528
versionName "5.2.8"

setProperty("archivesBaseName", "-v$versionName-c$versionCode")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maven stuff
VERSION_NAME=5.2.7
VERSION_CODE=527
VERSION_NAME=5.2.8
VERSION_CODE=528
GROUP=com.mikepenz

POM_DESCRIPTION=MaterialDrawer Library
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
versionCode 527
versionName '5.2.7'
versionCode 528
versionName '5.2.8'
}
buildTypes {
release {
Expand Down Expand Up @@ -42,10 +42,10 @@ dependencies {
// used to provide out of the box icon font support. simplifies development,
// and provides scalable icons. the core is very very light
// https://github.com/mikepenz/Android-Iconics
compile 'com.mikepenz:iconics-core:2.5.11@aar'
compile 'com.mikepenz:iconics-core:2.6.0@aar'

// used to fill the RecyclerView with the DrawerItems
// and provides single and multi selection, expandable items
// https://github.com/mikepenz/FastAdapter
compile 'com.mikepenz:fastadapter:1.5.1@aar'
compile 'com.mikepenz:fastadapter:1.5.2@aar'
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<b>MaterialDrawer</b> the flexible, easy to use, all in one drawer library for your Android project.
]]>
</string>
<string name="library_materialdrawer_libraryVersion">5.2.7</string>
<string name="library_materialdrawer_libraryVersion">5.2.8</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 d505c25

Please sign in to comment.