Skip to content

Commit

Permalink
Final Release
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya committed Mar 22, 2018
1 parent 2c3cb6e commit bdee07b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Sweet Error
![Sweet Error Demo](https://raw.githubusercontent.com/therajanmaurya/Sweet-Error/master/arts/sweet_error.png)

A Simple android library to handle every type of sweet errors.

## Sweet Designs
<table>
Expand Down Expand Up @@ -31,7 +33,7 @@ In order to use the library
```gradle
allprojects {
repositories {
jcenter()
jcenter() or mavenCentral() // whatever you use
}
}
```
Expand Down
Binary file added arts/sweet_error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ allprojects {
repositories {
google()
jcenter()
maven {
url 'https://dl.bintray.com/therajanmaurya/Sweet-Error/'
}
}
}

Expand Down

0 comments on commit bdee07b

Please sign in to comment.