Skip to content

Commit

Permalink
* [release] v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed May 24, 2015
1 parent 7229adc commit 06177ca
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz%22), so you just need to add the following dependency to your `build.gradle`.

```javascript
compile('com.mikepenz:materialdrawer:2.9.8@aar') {
compile('com.mikepenz:materialdrawer:3.0.0@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 @@ -13,8 +13,8 @@ android {
applicationId "com.mikepenz.materialdrawer.app"
minSdkVersion 10
targetSdkVersion 22
versionCode 298
versionName "2.9.8"
versionCode 300
versionName "3.0.0"

applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down Expand Up @@ -53,6 +53,6 @@ dependencies {
compile('com.mikepenz:aboutlibraries:5.0.0@aar') {
transitive = true
}
compile 'com.mikepenz.iconics:octicons-typeface:2.2.0@aar'
compile 'com.mikepenz:octicons-typeface:2.2.0@aar'
compile 'com.squareup.picasso:picasso:2.5.2'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ org.gradle.daemon=true
org.gradle.parallel=true

# Maven stuff
VERSION_NAME=2.9.8
VERSION_CODE=298
VERSION_NAME=3.0.0
VERSION_CODE=300
GROUP=com.mikepenz

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 10
targetSdkVersion 22
versionCode 298
versionName '2.9.8'
versionCode 300
versionName '3.0.0'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The <b>MaterialDrawer</b> library aims to provide the easiest possible implementation of a navigation drawer for your application.
]]>
</string>
<string name="library_materialdrawer_libraryVersion">2.9.8</string>
<string name="library_materialdrawer_libraryVersion">3.0.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 06177ca

Please sign in to comment.