Skip to content

Commit

Permalink
Tagged v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Nov 4, 2017
1 parent e703267 commit 4e20a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ In your `build.gradle`:

```groovy
dependencies {
implementation 'me.drakeet.multitype:multitype:3.4.0-rc1'
implementation 'me.drakeet.multitype:multitype:3.4.0'
}
```

If you are using `com.android.tools.build:gradle:2.+`, use this instead:

```groovy
dependencies {
compile 'me.drakeet.multitype:multitype:3.4.0-rc1'
compile 'me.drakeet.multitype:multitype:3.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include ':library'
gradle.ext.supportLibraryVersion = '26.1.0'
gradle.ext.buildToolsVersion = '27.0.0'
gradle.ext.versionCode = 340
gradle.ext.versionName = "3.4.0-rc1"
gradle.ext.versionName = "3.4.0"
gradle.ext.compileSdkVersion = 26
gradle.ext.minSdkVersion = 14
gradle.ext.targetSdkVersion = 26

0 comments on commit 4e20a1b

Please sign in to comment.