Skip to content

Commit

Permalink
Release v0.0.2-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Nov 30, 2021
1 parent a6d53cb commit 963f853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.2-beta01
$version_release = 0.0.2-beta02

What's New??

Expand All @@ -21,6 +21,7 @@ What's New??
* Update Compose Component *
* List Item Compose Desktop and Android *
* Grid Item Compose Desktop and Android *
* Vitamin Function *

## Screen Shoot Apps - Android

Expand Down Expand Up @@ -62,14 +63,14 @@ allprojects {

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

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

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

## Application Framework
Expand Down

0 comments on commit 963f853

Please sign in to comment.