Skip to content

Commit

Permalink
Add how to use library
Browse files Browse the repository at this point in the history
  • Loading branch information
joielechong committed Dec 26, 2016
1 parent c6b9948 commit 17dbcc6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,32 @@ Zip4j is a Java library for Zip files created by Srikanth Reddy Lingala.

Based on zip4j version 1.3.2

Please, visit [Lingala Zip4j site][1] or their [forum][2] to get support for it.
Please visit [Lingala Zip4j site][1] or their [forum][2] to get support for it.

Usage
-----
Add jitpack.io to your root build.gradle with:
```gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
```
and to your app build.gradle:

```gradle
dependencies {
compile 'com.github.joielechong:zip4jandroid:1.0.1'
}
```

License
-------

Copyright 2016 Joielechong

CopyRight 2010 Srikanth Reddy Lingala
Copyright 2010 Srikanth Reddy Lingala

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.github.joielechong:zip4jandroid:1.0'
compile 'com.github.joielechong:zip4jandroid:1.0.1'
}

0 comments on commit 17dbcc6

Please sign in to comment.