Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Feb 8, 2018
2 parents 66e950b + ec7c955 commit 7778c47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ If you run into a problem while using the library - weird behavior, bug, missing

### Pull requests

If you can fix the problems that you find yourself, you're welcome to create pull requests as well.
If you can fix the problems that you find yourself, you're welcome to create pull requests as well.

Some general rules regarding these:

- Create them against the `dev` branch.
- Describe the nature of the changes you've made as best you can.
- Be very careful about changing public APIs.
- Be very careful about changing public API.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can find the sample app [in the Play Store](https://play.google.com/store/ap
The library is hosted on jcenter. To use it, add the following to your module level `build.gradle` file's dependencies:

```gradle
implementation 'co.zsmb:materialdrawer-kt:1.3.2'
implementation 'co.zsmb:materialdrawer-kt:1.3.3'
// required support libraries
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply from: '../testformatter.gradle'
ext {
PUBLISH_GROUP_ID = 'co.zsmb'
PUBLISH_ARTIFACT_ID = 'materialdrawer-kt'
PUBLISH_VERSION = '1.3.2'
PUBLISH_VERSION = '1.3.3'
}

android {
Expand All @@ -27,7 +27,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"

api('com.mikepenz:materialdrawer:6.0.5@aar') {
api('com.mikepenz:materialdrawer:6.0.6@aar') {
transitive = true
}
implementation "com.android.support:appcompat-v7:$support_lib_version"
Expand Down

0 comments on commit 7778c47

Please sign in to comment.