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

Commit 0bed516

Browse files
committed
Release v1.0.2
1 parent bf2aa21 commit 0bed516

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2020 Muhammad Faisal Amir
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# consumable-code-pixabay-api By AmirIsBack
2-
- v1.0.1 - Development
2+
- v1.0.2 - Development
33
- Stable Version
44

55
# About This Project
66
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
77

8+
# Screen Shoot Apps
9+
<span align="center"><img width="200px" height="360px" src="docs/image/ss_main.png"></span>
10+
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_1.png"></span>
11+
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_2.png"></span>
12+
813
# Documentation Pixabay Api
914
https://pixabay.com/api/docs/
1015

1116
# Version Release
1217
This Is Latest Release
1318

14-
$version_release = 1.0.1
19+
$version_release = 1.0.2
1520

1621
What's New??
1722

18-
* add handing progress view and fully parameter *
23+
* Refactoring code and adding sample code*
1924

2025
# How To Use This Project
2126
<h3>Step 1. Add the JitPack repository to your build file</h3>
@@ -34,7 +39,7 @@ Add it in your root build.gradle at the end of repositories:
3439

3540
dependencies {
3641
// library consumable code pixabay api
37-
implementation 'com.github.amirisback:consumable-code-pixabay-api:$version_release'
42+
implementation 'com.github.amirisback:consumable-code-pixabay-api:1.0.2'
3843
}
3944

4045
<h3>Step 3. Declaration ConsumePixabayApi</h3>
@@ -83,11 +88,6 @@ Add it in your root build.gradle at the end of repositories:
8388
<uses-permission android:name="android.permission.INTERNET"/>
8489
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
8590

86-
# Screen Shoot Apps
87-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_main.png"></span>
88-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_1.png"></span>
89-
<span align="center"><img width="200px" height="360px" src="docs/image/ss_chuck_2.png"></span>
90-
9191
# Function Main From This Project
9292
// Switch For Using Chuck Interceptor
9393
fun usingChuckInterceptor(context: Context)

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 = 1
10+
def versionPatch = 2
1111

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

frogopixabayapi/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 = 1
10+
def versionPatch = 2
1111

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

0 commit comments

Comments
 (0)