Skip to content

Commit

Permalink
add jitpack plugin + add demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
dimorinny committed Jun 23, 2018
1 parent 06b65a2 commit d944c51
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,4 @@ For more complication usage - see [example](https://github.com/dimorinny/show-ca

## Demo

```
// TODO: gif demo
```
![Demo](https://github.com/dimorinny/show-case-card-view/blob/master/art/demo.gif?raw=true)
Binary file added art/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 1 addition & 0 deletions showcasecard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.dimorinny'
version = '0.0.1'
Expand Down

0 comments on commit d944c51

Please sign in to comment.