Skip to content

Commit fbc1ef7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b91c575 + 869acfb commit fbc1ef7

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

AppUpdateLibrary.gif

1.99 MB
Loading

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
Android App Update Library can be used for downloading the Apk from a link , Save it to External or Internal Storage, Than automatic installing the apk. Remember to add provider xml and android runtime permission before using this library. See sample use in app folder.
33

44
[![](https://jitpack.io/v/Piashsarker/AndroidAppUpdateLibrary.svg)](https://jitpack.io/#Piashsarker/AndroidAppUpdateLibrary)
5-
## How To Use
5+
6+
![AndroidAppUpdateLibrary](https://github.com/Piashsarker/AndroidAppUpdateLibrary/blob/master/AppUpdateLibrary.gif)
7+
8+
## Usage
69
#### Step 1. Add the JitPack repository to your build file
710

811
Add it in your root build.gradle at the end of repositories: </br>
@@ -18,7 +21,7 @@ Add it in your root build.gradle at the end of repositories: </br>
1821
#### Step 2. Add the dependency
1922

2023
dependencies {
21-
compile 'com.github.Piashsarker:AndroidAppUpdateLibrary:1.0.1'
24+
compile 'com.github.Piashsarker:AndroidAppUpdateLibrary:1.0.2'
2225
}
2326

2427

@@ -72,3 +75,24 @@ Remember to add below permission in `Manifest.xml file` . And Also add runtime
7275

7376
<b> You are Good To Go. Happy Coding </b>
7477

78+
### MIT License
79+
80+
#### Copyright (c) 2018 Piash Sarker
81+
82+
Permission is hereby granted, free of charge, to any person obtaining a copy
83+
of this software and associated documentation files (the "Software"), to deal
84+
in the Software without restriction, including without limitation the rights
85+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
86+
copies of the Software, and to permit persons to whom the Software is
87+
furnished to do so, subject to the following conditions:
88+
89+
The above copyright notice and this permission notice shall be included in all
90+
copies or substantial portions of the Software.
91+
92+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
95+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
97+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
98+
SOFTWARE.

app-debug.apk

1.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)