Skip to content

Commit 8a26587

Browse files
committed
Release v1.0.4
1 parent f716d03 commit 8a26587

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ Simple Notification | Custom Notification | Stack Notification |
1818
# Version Release
1919
This Is Latest Release
2020

21-
$version_release = 1.0.3
21+
$version_release = 1.0.4
2222

2323
What'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)

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

frogonotification/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)