Skip to content

Commit

Permalink
* release v5.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 13, 2016
1 parent 29dce42 commit 18071bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ You can find some frequently asked questions and other resources in the [WIKI /
compile('com.mikepenz:materialdrawer:5.7.0@aar') {
transitive = true
}
//FASTADAPTER 2.1.0-SNAPSHOT support
com.mikepenz:materialdrawer:5.8.0-SNAPSHOT@aar
```

##2. Add your drawer
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.7.0
VERSION_CODE=570
VERSION_NAME=5.8.0-SNAPSHOT
VERSION_CODE=580
GROUP=com.mikepenz
POM_DESCRIPTION=MaterialDrawer Library
POM_URL=https://github.com/mikepenz/MaterialDrawer
Expand Down
4 changes: 2 additions & 2 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 570
versionName '5.7.0'
versionCode 580
versionName '5.8.0'
}
buildTypes {
release {
Expand Down

0 comments on commit 18071bf

Please sign in to comment.