Skip to content

Commit

Permalink
Beta Release v0.0.2-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Nov 20, 2021
1 parent 49fb666 commit 621b7c5
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-alpha10
$version_release = 0.0.2-beta01

What's New??

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

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

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

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

## Application Framework
Expand Down

0 comments on commit 621b7c5

Please sign in to comment.