Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 27, 2020
1 parent 28f7016 commit cd046cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FrogoRecyclerView by Amirisback
FrogoRecyclerView Extends RecyclerView
- v2.1.0 - Development
- v2.1.1 - Development
- Stable Version

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


# Android Library Version (build.gradle)
- ext.kotlin_version = '1.3.70'
- ext.kotlin_version = '1.3.71'
- classpath 'com.android.tools.build:gradle:3.6.1'
- compileSdkVersion 29
- buildToolsVersion "29.0.3"
Expand All @@ -70,7 +70,7 @@ only extending FrogoRecyclerViewAdapter<T> to your adapter and using RecyclerVie
# Version Release
This Is Latest Release

$version_release = 2.1.0
$version_release = 2.1.1

What's New??

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.70'
ext.kotlin_version = '1.3.71'
repositories {
google()
jcenter()
Expand Down

0 comments on commit cd046cf

Please sign in to comment.