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

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 19, 2021
1 parent 7d3a34c commit 5285cbd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<h3>Step 1. Add the JitPack repository to your build file</h3>
Expand All @@ -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'
}

<h3>Step 3. Declaration ConsumeNewsApi</h3>
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frogonewsapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5285cbd

Please sign in to comment.