Commit 963f853 1 parent a6d53cb commit 963f853 Copy full SHA for 963f853
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
This Is Latest Release
12
12
13
13
~ Beta Release
14
- $version_release = 0.0.2-beta01
14
+ $version_release = 0.0.2-beta02
15
15
16
16
What's New??
17
17
@@ -21,6 +21,7 @@ What's New??
21
21
* Update Compose Component *
22
22
* List Item Compose Desktop and Android *
23
23
* Grid Item Compose Desktop and Android *
24
+ * Vitamin Function *
24
25
25
26
## Screen Shoot Apps - Android
26
27
@@ -62,14 +63,14 @@ allprojects {
62
63
63
64
dependencies {
64
65
// 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 '
66
67
}
67
68
68
69
#### <Option 2> Kotlin DSL Gradle (build.gradle.kts)
69
70
70
71
dependencies {
71
72
// 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 ")
73
74
}
74
75
75
76
## Application Framework
You can’t perform that action at this time.
0 commit comments