diff --git a/LICENSE b/LICENSE
index 261eeb9..0f529ac 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
+ Copyright 2020 Muhammad Faisal Amir
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index d135a6d..79c038a 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,26 @@
# consumable-code-pixabay-api By AmirIsBack
-- v1.0.1 - Development
+- v1.0.2 - Development
- Stable Version
# About This Project
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
+# Screen Shoot Apps
+
+
+
+
# Documentation Pixabay Api
https://pixabay.com/api/docs/
# Version Release
This Is Latest Release
- $version_release = 1.0.1
+ $version_release = 1.0.2
What's New??
- * add handing progress view and fully parameter *
+ * Refactoring code and adding sample code*
# How To Use This Project
Step 1. Add the JitPack repository to your build file
@@ -34,7 +39,7 @@ Add it in your root build.gradle at the end of repositories:
dependencies {
// library consumable code pixabay api
- implementation 'com.github.amirisback:consumable-code-pixabay-api:$version_release'
+ implementation 'com.github.amirisback:consumable-code-pixabay-api:1.0.2'
}
Step 3. Declaration ConsumePixabayApi
@@ -83,11 +88,6 @@ Add it in your root build.gradle at the end of repositories:
-# Screen Shoot Apps
-
-
-
-
# Function Main From This Project
// Switch For Using Chuck Interceptor
fun usingChuckInterceptor(context: Context)
diff --git a/app/build.gradle b/app/build.gradle
index b7c8d43..844ce01 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,7 +7,7 @@ android {
def versionMajor = 1
def versionMinor = 0
- def versionPatch = 1
+ def versionPatch = 2
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"
diff --git a/frogopixabayapi/build.gradle b/frogopixabayapi/build.gradle
index 9df13b1..dfa9fb3 100644
--- a/frogopixabayapi/build.gradle
+++ b/frogopixabayapi/build.gradle
@@ -7,7 +7,7 @@ android {
def versionMajor = 1
def versionMinor = 0
- def versionPatch = 1
+ def versionPatch = 2
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"