Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 927aa1b

Browse files
committed
Release v1.1.1
1 parent f873f0d commit 927aa1b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ https://www.themealdb.com/api.php
1313
## Version Release
1414
This Is Latest Release
1515

16-
$version_release = 1.1.0
16+
$version_release = 1.1.1
1717

1818
What's New??
1919

20-
* Fixing CLEARTEXT security policy issue *
2120
* Update build.gradle *
22-
* Fixing Bug *
2321
* Enhance Performance *
24-
* Remove Kotlin Android Extension *
2522

2623
## How To Use This Project
2724
<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:
4037

4138
dependencies {
4239
// 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'
4441
}
4542

4643
<h3>Step 3. Declaration ConsumeTheMealDbApi</h3>

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
def versionMajor = 1
88
def versionMinor = 1
9-
def versionPatch = 0
9+
def versionPatch = 1
1010

1111
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
1212
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"

frogothemealdbapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
def versionMajor = 1
88
def versionMinor = 1
9-
def versionPatch = 0
9+
def versionPatch = 1
1010

1111
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
1212
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"

0 commit comments

Comments
 (0)