Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 10, 2022
1 parent 627b09c commit df827b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
This Is Latest Release

~ Beta Release
$version_release = 1.0.0-beta02
$version_release = 1.0.0

What's New??

* Beta Release *
* Multi Platform Library *
* Compose UI Multi Platform *
* Update Compose Component *
Expand Down Expand Up @@ -68,14 +67,14 @@ allprojects {

dependencies {
// library nutrition-framework
implementation 'com.github.amirisback:nutrition-framework:1.0.0-beta02'
implementation 'com.github.amirisback:nutrition-framework:1.0.0'
}

#### <Option 2> Kotlin DSL Gradle (build.gradle.kts)

dependencies {
// library nutrition-framework
implementation("com.github.amirisback:nutrition-framework:1.0.0-beta02")
implementation("com.github.amirisback:nutrition-framework:1.0.0")
}

## Application Framework
Expand Down Expand Up @@ -170,5 +169,8 @@ Name Of Contribute
## Mad Score Card
![Mad Score](docs/image/mad_score.png?raw=true)

## Profiler
![Profiler](docs/image/profiler.png?raw=true)

## HKI Certificate
![HKI Certificate](docs/image/hki-certificate.png?raw=true)
Binary file added docs/image/profiler.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 df827b4

Please sign in to comment.