File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ frogo-notification is under huge large development
8
8
# Version Release
9
9
This Is Latest Release
10
10
11
- $version_release = 1.0.0
11
+ $version_release = 1.0.1
12
12
13
13
What's New??
14
14
@@ -32,7 +32,7 @@ What's New??
32
32
33
33
dependencies {
34
34
// library frogo-notification
35
- implementation 'com.github.amirisback:frogo-notification:1.0.0 '
35
+ implementation 'com.github.amirisback:frogo-notification:1.0.1 '
36
36
}
37
37
38
38
### Step 3. Implement frogo-notification
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
8
8
def versionMajor = 1
9
9
def versionMinor = 0
10
- def versionPatch = 0
10
+ def versionPatch = 1
11
11
12
12
def appDomain = " com"
13
13
def appDevConsole = " frogobox"
Original file line number Diff line number Diff line change @@ -13,11 +13,14 @@ android {
13
13
14
14
def versionMajor = 1
15
15
def versionMinor = 0
16
- def versionPatch = 0
16
+ def versionPatch = 1
17
17
18
18
def versionCodeLibrary = (versionMajor * 100 ) + (versionMinor * 10 ) + (versionPatch)
19
19
def versionNameLibrary = " $versionMajor . $versionMinor . $versionPatch "
20
20
21
+ compileSdkVersion 30
22
+ buildToolsVersion " 30.0.2"
23
+
21
24
defaultConfig {
22
25
minSdkVersion 21
23
26
targetSdkVersion 30
You can’t perform that action at this time.
0 commit comments