File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ Simple Notification | Custom Notification | Stack Notification |
1818# Version Release
1919This Is Latest Release
2020
21- $version_release = 1.0.3
21+ $version_release = 1.0.4
2222
2323What's New??
2424
2525 * Bug Fixed *
2626 * Enhance Performance *
27+ * Update : build.gradle latest version *
2728
2829# Download this project
2930
@@ -42,7 +43,7 @@ What's New??
4243
4344 dependencies {
4445 // library frogo-notification
45- implementation 'com.github.amirisback:frogo-notification:1.0.3 '
46+ implementation 'com.github.amirisback:frogo-notification:1.0.4 '
4647 }
4748
4849### Step 3. Implement frogo-notification (Simple Notification)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
77
88 def versionMajor = 1
99 def versionMinor = 0
10- def versionPatch = 2
10+ def versionPatch = 4
1111
1212 def appDomain = " com"
1313 def appDevConsole = " frogobox"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313
1414 def versionMajor = 1
1515 def versionMinor = 0
16- def versionPatch = 3
16+ def versionPatch = 4
1717
1818 def versionCodeLibrary = (versionMajor * 100 ) + (versionMinor * 10 ) + (versionPatch)
1919 def versionNameLibrary = " $versionMajor . $versionMinor . $versionPatch "
You can’t perform that action at this time.
0 commit comments