Skip to content

Commit 131c27b

Browse files
authored
Update README.md
1 parent 58e2d35 commit 131c27b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img alt="PRDownloader" src=https://raw.githubusercontent.com/amitshekhariitbhu/PRDownloader/master/assets/prdownloader.png />
2+
<img alt="PRDownloader" src=https://raw.githubusercontent.com/mobarokOP/PRDownloader/master/assets/prdownloader.png />
33
</p>
44

55
# PRDownloader - A file downloader library for Android with pause and resume support
66

77
## Sample Download
8-
<img src=https://raw.githubusercontent.com/amitshekhariitbhu/PRDownloader/master/assets/sample_download.png width=360 height=640 />
8+
<img src=https://raw.githubusercontent.com/mobarokOP/PRDownloader/master/assets/sample_download.png width=360 height=640 />
99

1010
### Overview of PRDownloader library
1111
* PRDownloader can be used to download any type of files like image, video, pdf, apk and etc.
@@ -20,14 +20,14 @@
2020

2121
## About me
2222

23-
Hi, I am Amit Shekhar, Co-Founder @ [Outcome School](https://outcomeschool.com) • IIT 2010-14 • I have taught and mentored many developers, and their efforts landed them high-paying tech jobs, helped many tech companies in solving their unique problems, and created many open-source libraries being used by top companies. I am passionate about sharing knowledge through open-source, blogs, and videos.
23+
Hello! I’m Mobarok Hossain, a passionate and experienced Android developer from Tabakpur, Ulipur, Kurigram, Bangladesh. With over 3 years of hands-on experience in Android development, I’ve had the privilege of completing more than 200 projects, working across various types of apps—ranging from educational tools to lifestyle utilities. I specialize in building Android applications using Java, and I’m highly skilled in integrating Firebase for powerful backend solutions.
2424

2525
You can connect with me on:
2626

27-
- [Twitter](https://twitter.com/amitiitbhu)
27+
- [Twitter](https://twitter.com/MobarokOP)
2828
- [YouTube](https://www.youtube.com/@amitshekhar)
29-
- [LinkedIn](https://www.linkedin.com/in/amit-shekhar-iitbhu)
30-
- [GitHub](https://github.com/amitshekhariitbhu)
29+
- [LinkedIn](https://www.linkedin.com/in/mobarokOP)
30+
- [GitHub](https://github.com/mobarokOP)
3131

3232
## Using PRDownloader Library in your Android application
3333

@@ -43,12 +43,12 @@ maven { setUrl("https://jitpack.io") }
4343

4444
Add this in your `build.gradle`
4545
```groovy
46-
implementation 'com.github.amitshekhariitbhu:PRDownloader:1.0.2'
46+
implementation 'com.github.mobarokOP:PRDownloader:1.0.2'
4747
```
4848

4949
If you are using `build.gradle.kts`, add the following:
5050
```kotlin
51-
implementation("com.github.amitshekhariitbhu:PRDownloader:1.0.2")
51+
implementation("com.github.mobarokOP:PRDownloader:1.0.2")
5252
```
5353

5454
Do not forget to add internet permission in manifest if already not present
@@ -151,13 +151,13 @@ PRDownloader.cleanUp(days);
151151
* Test Cases
152152
* And of course many many features and bug fixes
153153

154-
## [Outcome School Blog](https://outcomeschool.com/blog) - High-quality content to learn Android concepts.
154+
## [Outcome School Blog](https://mobarokop.github.io/) - High-quality content to learn Android concepts.
155155

156156
## If this library helps you in anyway, show your love :heart: by putting a :star: on this project :v:
157157

158158
### License
159159
```
160-
Copyright (C) 2024 Amit Shekhar
160+
Copyright (C) 2025 Mobarok Hossain
161161
162162
Licensed under the Apache License, Version 2.0 (the "License");
163163
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)