Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 1, 2020
1 parent 782ccf0 commit af47968
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FrogoRecyclerView by Amirisback
# frogo-recycler-view by Amirisback (Muhammad Faisal Amir)
FrogoRecyclerView Extends RecyclerView
- v2.1.1 - Development
- v2.1.2 - Development
- Stable Version

# About This Project
Expand Down Expand Up @@ -80,7 +80,7 @@ only extending FrogoRecyclerViewAdapter<T> to your adapter and using RecyclerVie
# Version Release
This Is Latest Release

$version_release = 2.1.1
$version_release = 2.1.2

What's New??

Expand Down Expand Up @@ -385,5 +385,5 @@ Name Of Contribute
Waiting for your contribute

# Attention !!!
Please enjoy and don't forget fork and give a star
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Frogo-Recycler-View'
description: 'Library Easy FrogoRecyclerView Based on RecyclerView, Full and Clear Documentation, Have Empty View :books:'
author: 'Muhammad Faisal Amir'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.myInput }}

0 comments on commit af47968

Please sign in to comment.