Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
faramarzaf committed Jan 31, 2021
2 parents b9520c8 + 0e09522 commit bb98082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
[![](https://jitpack.io/v/faramarzaf/Android-SDK.svg)](https://jitpack.io/#faramarzaf/Android-SDK)

# What is the purpose of this project?
Today, as projects become larger and more complex, a new way of developing software has been adopted and is commonly known as modular programming. By doing so, the focus is more on module development. And so next time a new project will cost both less time and money. It is also much easier to ensure the performance of a small component than an oversized part. So the main purpose of this project is speed up your development with safe way. If you are looking for how to use this module, you can find the **Wiki** files in main page.
Today, as projects become larger and more complex, a new way of developing software has been adopted and is commonly known as modular programming. By doing so, the focus is more on module development. And so next time a new project will cost both less time and money. It is also much easier to ensure the performance of a small component than an oversized part. So the main purpose of this project is speed up your development with safe way.


❗️ If you are looking for how to use this module, you can find the **Wiki** files in main page.


# Setup
Expand All @@ -21,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
implementation 'com.github.faramarzaf:Android-SDK:1.0.22'
implementation 'com.github.faramarzaf:Android-SDK:1.0.23'
}


Expand Down
1 change: 1 addition & 0 deletions WikiHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
* CalendarHelper
* DeviceHelper
* BatteryHelper
* RecyclerviewHelper

0 comments on commit bb98082

Please sign in to comment.