Skip to content

Commit

Permalink
update versionName and versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspsine committed Sep 4, 2016
1 parent 2a2655a commit b202303
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 @@ -40,7 +40,7 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
compile 'com.github.Aspsine:IRecyclerView:0.0.4'
compile 'com.github.Aspsine:IRecyclerView:0.0.5'
}
```
Step 3. Edit your Activity/Fragment content view layout
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.aspsine.irecyclerview.demo"
minSdkVersion 15
targetSdkVersion 24
versionCode 4
versionName "1.4"
versionCode 5
versionName "1.5"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 4
versionName "0.0.4"
versionCode 5
versionName "0.0.5"
}
buildTypes {
release {
Expand Down

0 comments on commit b202303

Please sign in to comment.