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

Commit ee83a73

Browse files
committed
Release v2.0.1
1 parent a859507 commit ee83a73

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
88
## Version Release
99
This Is Latest Release
1010

11-
$version_release = 2.0.0
11+
$version_release = 2.0.1
1212

1313
What's New??
1414

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

2324
## Download this project
2425

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

3839
dependencies {
3940
// library frogo-sdk
40-
implementation 'com.github.frogobox:frogo-android-sdk:2.0.0'
41+
implementation 'com.github.frogobox:frogo-android-sdk:2.0.1'
4142
}
4243

4344
### Step 3. Just Extend This Class
4445
FrogoActivity
4546
FrogoApiCallback
4647
FrogoApiClient
4748
FrogoApiModel
48-
FrogoBaseActivity
49-
FrogoBaseFragment
49+
FrogoApiResponse
5050
FrogoConstant
5151
FrogoDate
5252
FrogoFragment
5353
FrogoFunc
5454
FrogoLiveEvent
55-
FrogoLocalCallback
55+
FrogoLocalResponse
5656
FrogoNavigation
5757
FrogoPreference
5858
FrogoViewModel
59+
IFrogoActivity
60+
IFrogoDate
61+
IFrogoFragment
62+
IFrogoFunc
5963

6064
## Colaborator
6165
Very open to anyone, I'll write your name under this, please contribute by sending an email to me

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
def versionMajor = 2
1414
def versionMinor = 0
15-
def versionPatch = 0
15+
def versionPatch = 1
1616

1717
projectCompileSdk = 31
1818
projectMinSdk = 21

0 commit comments

Comments
 (0)