Skip to content

Commit

Permalink
Version Bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-nallan committed Feb 28, 2017
1 parent dbc7f46 commit ea255ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Sample app APK - https://github.com/mutualmobile/CardStackUI/releases
```
dependencies {
...
compile 'com.mutualmobile.android:cardstack:0.5.2'
compile 'com.mutualmobile.android:cardstack:0.5.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:cardview-v7:${rootProject.ext.SUPPORT_LIB_VERSION}"
compile 'com.tramsun.libs:prefcompat:0.7'
compile 'com.mutualmobile.android:cardstack:0.5.2'
compile 'com.mutualmobile.android:cardstack:0.5.3'
}

0 comments on commit ea255ac

Please sign in to comment.