Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Aug 21, 2021
1 parent a859507 commit ee83a73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
## Version Release
This Is Latest Release

$version_release = 2.0.0
$version_release = 2.0.1

What's New??

Expand All @@ -19,6 +19,7 @@ What's New??
* Please Re Import Class and Function *
* Renaming Package frogosdk to sdk *
* Update Android Gradle Plugin 7.0.0 *
* Delete Unused Import and Resources *

## Download this project

Expand All @@ -37,25 +38,28 @@ What's New??

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-android-sdk:2.0.0'
implementation 'com.github.frogobox:frogo-android-sdk:2.0.1'
}

### Step 3. Just Extend This Class
FrogoActivity
FrogoApiCallback
FrogoApiClient
FrogoApiModel
FrogoBaseActivity
FrogoBaseFragment
FrogoApiResponse
FrogoConstant
FrogoDate
FrogoFragment
FrogoFunc
FrogoLiveEvent
FrogoLocalCallback
FrogoLocalResponse
FrogoNavigation
FrogoPreference
FrogoViewModel
IFrogoActivity
IFrogoDate
IFrogoFragment
IFrogoFunc

## Colaborator
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

def versionMajor = 2
def versionMinor = 0
def versionPatch = 0
def versionPatch = 1

projectCompileSdk = 31
projectMinSdk = 21
Expand Down

0 comments on commit ee83a73

Please sign in to comment.