Skip to content

Commit

Permalink
Updated version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Aug 5, 2016
1 parent 58c3027 commit 8a6d8a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In your `build.gradle`:

```groovy
dependencies {
compile 'me.drakeet.multitype:multitype:1.1-beta3'
compile 'me.drakeet.multitype:multitype:1.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 24
versionCode 3
versionName "1.1-beta2"
versionCode 5
versionName "1.1"
}
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=1.1-beta3
VERSION_CODE=4
VERSION_NAME=1.1
VERSION_CODE=5
GROUP=me.drakeet.multitype

POM_DESCRIPTION=An Android library to retrofit multiple item view types
Expand Down

0 comments on commit 8a6d8a3

Please sign in to comment.