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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jul 26, 2021
1 parent 2c8af8d commit 9d32f1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## Frogo Android SDK

[![](https://jitpack.io/v/frogobox/frogo-android-sdk.svg?style=flat-square)](https://jitpack.io/#frogobox/frogo-android-sdk)

## About This Project
SDK for anything your problem to make easier developing android apps

## Version Release
This Is Latest Release

$version_release = 1.0.1
$version_release = 1.0.2

What's New??

Expand All @@ -29,7 +31,7 @@ What's New??

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

### Step 3. Just Extend This Class
Expand Down Expand Up @@ -65,3 +67,6 @@ Waiting for your contribute
## Attention !!!
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account


![ScreenShoot Apps](docs/image/mad_score.png?raw=true)
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 = 1
versionPatch = 2

projectCompileSdkVersion = 30
projectBuildToolsVersion = "30.0.3"
Expand Down
Binary file added docs/image/mad_score.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d32f1c

Please sign in to comment.