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

Commit da381f4

Browse files
committed
Release v1.0.6
1 parent 6a05bbc commit da381f4

3 files changed

Lines changed: 24 additions & 40 deletions

File tree

README.md

Lines changed: 21 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
1-
# consumable-code-news-api By AmirIsBack
2-
- v1.0.5 - Development
3-
- Stable version
4-
5-
# About This Project
1+
## consumable-code-news-api
2+
[![](https://jitpack.io/v/amirisback/consumable-code-news-api.svg?style=flat-square)](https://jitpack.io/#amirisback/consumable-code-news-api) <br>
63
Eliminates the method of retrieving json data using retrofit repeatedly. so this project has a set of functions to retrieve data without the need for fetching data using the retrofit of the API
74

8-
# Special From This Project
9-
Simple code and reusable data
10-
11-
# Documentation The News API
5+
## Documentation The News API
126
https://newsapi.org/
137

14-
# Screenshoot Apps
15-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_main.png"></span>
16-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_1.png"></span>
17-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_2.png"></span>
8+
## Screenshoot Apps
9+
| The Sport DB API | Chuck Data 1 | Chuck Data 2 |
10+
|:------------------:|:----------------------------:|:---------------------:|
11+
|<span align="center"><img width="200px" height="360px" src="docs/image/ss_main.png"></span> | <span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_1.png"></span> | <span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_2.png"></span> |
1812

19-
# Version Release
13+
## Version Release
2014
This Is Latest Release
2115

22-
$version_release = 1.0.5
16+
$version_release = 1.0.6
2317

2418
What's New??
2519

26-
* update build.gradle *
27-
* fixing CLEARTEXT security policy issue *
20+
* Fixing CLEARTEXT security policy issue *
21+
* Update build.gradle *
22+
* Fixing Bug *
23+
* Enhance Performance *
24+
* Remove Kotlin Android Extension *
2825

29-
# How To Use This Project
26+
## How To Use This Project
3027
<h3>Step 1. Add the JitPack repository to your build file</h3>
3128

3229
Add it in your root build.gradle at the end of repositories:
@@ -43,7 +40,7 @@ Add it in your root build.gradle at the end of repositories:
4340

4441
dependencies {
4542
// library consumable code news api
46-
implementation 'com.github.amirisback:consumable-code-news-api:1.0.5'
43+
implementation 'com.github.amirisback:consumable-code-news-api:1.0.6'
4744
}
4845

4946
<h3>Step 3. Declaration ConsumeNewsApi</h3>
@@ -77,7 +74,7 @@ Add it in your root build.gradle at the end of repositories:
7774
})
7875

7976

80-
# Contant Value Category
77+
## Contant Value Category
8178

8279
object NewsConstant {
8380

@@ -91,7 +88,7 @@ Add it in your root build.gradle at the end of repositories:
9188

9289
}
9390

94-
# Function Main From This Project
91+
## Function Main From This Project
9592
// Switch For Using Chuck Interceptor
9693
fun usingChuckInterceptor(context: Context)
9794

@@ -130,20 +127,7 @@ Add it in your root build.gradle at the end of repositories:
130127
callback: NewsResultCallback<SourceResponse>
131128
)
132129

133-
# Fecthing Data Library
134-
- Retrofit
135-
- RxJava
136-
- OkHttp
137-
- Chuck Interceptor
138-
139-
# Android Library Version (build.gradle)
140-
- ext.kotlin_version = '1.3.72'
141-
- classpath 'com.android.tools.build:gradle:3.6.3'
142-
- compileSdkVersion 29
143-
- buildToolsVersion "29.0.3"
144-
- minSdkVersion 21
145-
146-
# Colaborator
130+
## Colaborator
147131
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
148132

149133
- Mail To faisalamircs@gmail.com
@@ -157,7 +141,7 @@ Name Of Contribute
157141

158142
Waiting for your contribute
159143

160-
# Attention !!!
144+
## Attention !!!
161145
Please enjoy and don't forget fork and give a star
162146
- Don't Forget Follow My Github Account
163-
- If you like this library, please help me / you can donate to buy patreon services
147+
- If you like this library, please help me / you can donate to buy patreon services

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

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

1111
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
1212
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"
@@ -15,7 +15,7 @@ android {
1515
sourceCompatibility JavaVersion.VERSION_1_8
1616
targetCompatibility JavaVersion.VERSION_1_8
1717
}
18-
18+
1919
buildFeatures {
2020
viewBinding = true
2121
}

frogonewsapi/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 = 0
9-
def versionPatch = 5
9+
def versionPatch = 6
1010

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

0 commit comments

Comments
 (0)