Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmurerwa committed Oct 12, 2021
2 parents 01fdae6 + 27718ac commit dbf6b82
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Murerwa Downloader
# Murerwa Downloader (Still in development)

[![](https://jitpack.io/v/kmurerwa/murerwa-downloader.svg)](https://jitpack.io/#kmurerwa/murerwa-downloader)

Murerwa downloader is a custom downloader library beside the default Android downloader that helps users download files on the fly and save them to folders that the default Android downloader cannot.

## Supported Android Versions
Murerwa downloader supports all Android versions since `Android 5.0` and `API Level 21`.

## Installing
To install Murerwa Downloader, make sure you have enabled jitpack depositories. Make sure the following dependencies are in your root `settings.gradle` file
To install Murerwa Downloader, make sure you have enabled jitpack depositories. Make sure the following dependencies are in your root (project-level) `build.gradle` file or on your `settings.gradle` file if you are using `Android Studio 2020.3.1 (Arctic Fox)` and above.

repositories {
...
maven { url 'https://jitpack.io' }
}

In your app-level `build.gradle` file, add the following dependency
In your app-level `build.gradle` file, add the following dependency. Check the top of this file for the latest version.

dependencies {
implementation 'com.github.xwaxes01:murerwa-downloader:1.0.0'
implementation 'com.github.kmurerwa:murerwa-downloader:Version'
}

## Usage
Expand Down

0 comments on commit dbf6b82

Please sign in to comment.