Skip to content

Commit

Permalink
Tagged to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Jun 23, 2017
1 parent 5fd2611 commit 8bd9d1b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 {
compile 'me.drakeet.multitype:multitype:3.1.0-beta1'
compile 'me.drakeet.multitype:multitype:3.1.0'
}
```

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

```groovy
dependencies {
implementation 'me.drakeet.multitype:multitype:3.1.0-beta1'
implementation 'me.drakeet.multitype:multitype:3.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 311
versionName "3.1.0-beta1"
versionCode 312
versionName "3.1.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ POM_NAME=MultiType
POM_ARTIFACT_ID=multitype
POM_PACKAGING=aar

VERSION_NAME=3.1.0-beta1
VERSION_CODE=311
VERSION_NAME=3.1.0
VERSION_CODE=312
GROUP=me.drakeet.multitype

POM_DESCRIPTION=An Android library to retrofit multiple item view types
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "me.drakeet.multitype.sample"
minSdkVersion 14
targetSdkVersion 25
versionCode 311
versionName "3.1.0-beta1"
versionCode 312
versionName "3.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 8bd9d1b

Please sign in to comment.