This repository was archived by the owner on Aug 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ https://www.themealdb.com/api.php
13
13
## Version Release
14
14
This Is Latest Release
15
15
16
- $version_release = 1.1.0
16
+ $version_release = 1.1.1
17
17
18
18
What's New??
19
19
20
- * Fixing CLEARTEXT security policy issue *
21
20
* Update build.gradle *
22
- * Fixing Bug *
23
21
* Enhance Performance *
24
- * Remove Kotlin Android Extension *
25
22
26
23
## How To Use This Project
27
24
<h3 >Step 1. Add the JitPack repository to your build file</h3 >
@@ -40,7 +37,7 @@ Add it in your root build.gradle at the end of repositories:
40
37
41
38
dependencies {
42
39
// library consumable code the meal db api
43
- implementation 'com.github.amirisback:consumable-code-the-meal-db-api:1.1.0 '
40
+ implementation 'com.github.amirisback:consumable-code-the-meal-db-api:1.1.1 '
44
41
}
45
42
46
43
<h3 >Step 3. Declaration ConsumeTheMealDbApi</h3 >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
7
7
def versionMajor = 1
8
8
def versionMinor = 1
9
- def versionPatch = 0
9
+ def versionPatch = 1
10
10
11
11
def projectVersionCode = (versionMajor* 100 ) + (versionMinor* 10 ) + (versionPatch* 1 )
12
12
def projectVersionName = " $versionMajor . $versionMinor . $versionPatch "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
7
7
def versionMajor = 1
8
8
def versionMinor = 1
9
- def versionPatch = 0
9
+ def versionPatch = 1
10
10
11
11
def projectVersionCode = (versionMajor* 100 ) + (versionMinor* 10 ) + (versionPatch* 1 )
12
12
def projectVersionName = " $versionMajor . $versionMinor . $versionPatch "
You can’t perform that action at this time.
0 commit comments