This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
8
8
## Version Release
9
9
This Is Latest Release
10
10
11
- $version_release = 2.0.0
11
+ $version_release = 2.0.1
12
12
13
13
What's New??
14
14
@@ -19,6 +19,7 @@ What's New??
19
19
* Please Re Import Class and Function *
20
20
* Renaming Package frogosdk to sdk *
21
21
* Update Android Gradle Plugin 7.0.0 *
22
+ * Delete Unused Import and Resources *
22
23
23
24
## Download this project
24
25
@@ -37,25 +38,28 @@ What's New??
37
38
38
39
dependencies {
39
40
// 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 '
41
42
}
42
43
43
44
### Step 3. Just Extend This Class
44
45
FrogoActivity
45
46
FrogoApiCallback
46
47
FrogoApiClient
47
48
FrogoApiModel
48
- FrogoBaseActivity
49
- FrogoBaseFragment
49
+ FrogoApiResponse
50
50
FrogoConstant
51
51
FrogoDate
52
52
FrogoFragment
53
53
FrogoFunc
54
54
FrogoLiveEvent
55
- FrogoLocalCallback
55
+ FrogoLocalResponse
56
56
FrogoNavigation
57
57
FrogoPreference
58
58
FrogoViewModel
59
+ IFrogoActivity
60
+ IFrogoDate
61
+ IFrogoFragment
62
+ IFrogoFunc
59
63
60
64
## Colaborator
61
65
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
13
13
def versionMajor = 2
14
14
def versionMinor = 0
15
- def versionPatch = 0
15
+ def versionPatch = 1
16
16
17
17
projectCompileSdk = 31
18
18
projectMinSdk = 21
You can’t perform that action at this time.
0 commit comments