diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..374806c
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+patreon: # Replace with a single Patreon username
+open_collective: # Replace with a single Open Collective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: https://saweria.co/amirisback
diff --git a/README.md b/README.md
index 3e9e044..ef75106 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,12 @@ https://newsapi.org/
# Version Release
This Is Latest Release
- $version_release = 1.0.4
+ $version_release = 1.0.5
What's New??
- * update build.gradle, adding sample code *
+ * update build.gradle *
+ * fixing CLEARTEXT security policy issue *
# How To Use This Project
Step 1. Add the JitPack repository to your build file
@@ -42,7 +43,7 @@ Add it in your root build.gradle at the end of repositories:
dependencies {
// library consumable code news api
- implementation 'com.github.amirisback:consumable-code-news-api:1.0.4'
+ implementation 'com.github.amirisback:consumable-code-news-api:1.0.5'
}
Step 3. Declaration ConsumeNewsApi
diff --git a/action.yml b/action.yml
index 19e1731..d4992b5 100644
--- a/action.yml
+++ b/action.yml
@@ -1,9 +1,13 @@
name: 'consumable-code-news-api'
description: 'Retrofit has been Handled !! || Consumable code for request API (News API)'
author: 'Muhammad Faisal Amir'
+branding:
+ icon: archive
+ color: green
inputs:
myInput:
description: 'Input to use'
+ required: false
default: 'world'
runs:
using: 'docker'
diff --git a/app/build.gradle b/app/build.gradle
index 4209496..b7440f3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,7 +7,7 @@ android {
def versionMajor = 1
def versionMinor = 0
- def versionPatch = 4
+ def versionPatch = 5
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"
diff --git a/frogonewsapi/build.gradle b/frogonewsapi/build.gradle
index 0b31252..812da97 100644
--- a/frogonewsapi/build.gradle
+++ b/frogonewsapi/build.gradle
@@ -7,7 +7,7 @@ android {
def versionMajor = 1
def versionMinor = 0
- def versionPatch = 4
+ def versionPatch = 5
def projectVersionCode = (versionMajor*100) + (versionMinor*10) + (versionPatch*1)
def projectVersionName = "$versionMajor.$versionMinor.$versionPatch"