Skip to content

Commit

Permalink
Released to v2.5.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet authored Apr 3, 2017
1 parent 3b6c92c commit 86a1d6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In your `build.gradle`:

```groovy
dependencies {
compile 'me.drakeet.multitype:multitype:2.5.0-beta3'
compile 'me.drakeet.multitype:multitype:2.5.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 73
versionName "2.5.0-beta3"
versionCode 74
versionName "2.5.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=2.5.0-beta3
VERSION_CODE=73
VERSION_NAME=2.5.0
VERSION_CODE=74
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 73
versionName "2.5.0-beta3"
versionCode 74
versionName "2.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 86a1d6f

Please sign in to comment.