Skip to content

Commit

Permalink
Release Beta v0.0.2-alpha09
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Nov 19, 2021
1 parent 7218c6a commit 0c41082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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-alpha08
$version_release = 0.0.2-alpha09

What's New??

Expand Down Expand Up @@ -60,14 +60,14 @@ allprojects {

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

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

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

## Application Framework
Expand Down

0 comments on commit 0c41082

Please sign in to comment.