Skip to content

Commit 963f853

Browse files
committed
Release v0.0.2-beta02
1 parent a6d53cb commit 963f853

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This Is Latest Release
1212

1313
~ Beta Release
14-
$version_release = 0.0.2-beta01
14+
$version_release = 0.0.2-beta02
1515

1616
What's New??
1717

@@ -21,6 +21,7 @@ What's New??
2121
* Update Compose Component *
2222
* List Item Compose Desktop and Android *
2323
* Grid Item Compose Desktop and Android *
24+
* Vitamin Function *
2425

2526
## Screen Shoot Apps - Android
2627

@@ -62,14 +63,14 @@ allprojects {
6263

6364
dependencies {
6465
// library nutrition-framework
65-
implementation 'com.github.amirisback:nutrition-framework:0.0.2-beta01'
66+
implementation 'com.github.amirisback:nutrition-framework:0.0.2-beta02'
6667
}
6768

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

7071
dependencies {
7172
// library nutrition-framework
72-
implementation("com.github.amirisback:nutrition-framework:0.0.2-beta01")
73+
implementation("com.github.amirisback:nutrition-framework:0.0.2-beta02")
7374
}
7475

7576
## Application Framework

0 commit comments

Comments
 (0)