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

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jul 26, 2021
1 parent 58cfeba commit e350cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ SDK for anything your problem to make easier developing android apps
## Version Release
This Is Latest Release

$version_release = 1.0.2
$version_release = 1.0.3

What's New??

* Update Code *
* Enhance Performance *
* All Frogo Core Android Development *

## Download this project
Expand All @@ -31,7 +33,7 @@ What's New??

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

### Step 3. Just Extend This Class
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

versionMajor = 1
versionMinor = 0
versionPatch = 2
versionPatch = 3

projectCompileSdkVersion = 30
projectBuildToolsVersion = "30.0.3"
Expand Down

0 comments on commit e350cf6

Please sign in to comment.