Skip to content

Commit

Permalink
* [release] release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 11, 2015
1 parent 760f5ee commit b7940d7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

compile('com.mikepenz.materialdrawer:library:0.7.3@aar') {
compile('com.mikepenz.materialdrawer:library:0.8.0@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 @@ -8,8 +8,8 @@ android {
applicationId "com.mikepenz.materialdrawer.app"
minSdkVersion 14
targetSdkVersion 21
versionCode 73
versionName "0.7.3"
versionCode 80
versionName "0.8.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.7.4-SNAPSHOT
VERSION_CODE=74
VERSION_NAME=0.8.0
VERSION_CODE=80
GROUP=com.mikepenz.materialdrawer

POM_DESCRIPTION=MaterialDrawer Library
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 74
versionName '0.7.4-SNAPSHOT'
versionCode 80
versionName '0.8.0'
}

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.7.3</string>
<string name="library_materialdrawer_libraryVersion">0.8.0</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 b7940d7

Please sign in to comment.