Skip to content

Commit

Permalink
* [release] release v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 28, 2015
1 parent 2673a8e commit 2e5ec6e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.materialdrawer%22), so you just need to add the following dependency to your `build.gradle`.

```javascript
compile('com.mikepenz.materialdrawer:library:2.6.5@aar') {
compile('com.mikepenz.materialdrawer:library:2.6.6@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 10
targetSdkVersion 22
versionCode 265
versionName "2.6.5"
versionCode 266
versionName "2.6.6"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}
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=2.6.5
VERSION_CODE=265
VERSION_NAME=2.6.6
VERSION_CODE=266
GROUP=com.mikepenz.materialdrawer

POM_DESCRIPTION=MaterialDrawer Library
Expand Down
6 changes: 3 additions & 3 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 265
versionName '2.6.5'
versionCode 266
versionName '2.6.6'
}

buildTypes {
Expand All @@ -31,7 +31,7 @@ dependencies {
compile 'com.android.support:support-v4:22.0.0'
compile "com.android.support:appcompat-v7:22.0.0"

compile('com.mikepenz.iconics:library:0.7.9@aar') {
compile('com.mikepenz.iconics:library:0.8.4@aar') {
transitive = true
}
}
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.6.5</string>
<string name="library_materialdrawer_libraryVersion">2.6.6</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 2e5ec6e

Please sign in to comment.