Skip to content

Commit

Permalink
project_version_name: 1.0.3 -> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Mar 19, 2021
1 parent b69847e commit 6e3b950
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README_zh.md → README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Issue](https://img.shields.io/github/issues/benjaminwan/SwipeMenuLayout.svg)](https://github.com/benjaminwan/SwipeMenuLayout/issues)
[![Star](https://img.shields.io/github/stars/benjaminwan/SwipeMenuLayout.svg)](https://github.com/benjaminwan/SwipeMenuLayout)

## [英文](./README.md) | [中文](./README_zh.md)
## [英文](./README.md) | [中文](./README.cn.md)

### 介绍
SwipeMenuLayout是一个Android侧滑菜单控件。
Expand Down Expand Up @@ -36,7 +36,7 @@ repositories {
3. 在RecyclerView+Epoxy中使用时,需要全部3个
```groovy
dependencies {
def swipe_version = "1.0.3"
def swipe_version = "1.0.5"
//Widget
implementation "com.github.benjaminwan.SwipeMenuLayout:SwipeMenuLayout-Core:$swipe_version"
//Adapter Helper
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Issue](https://img.shields.io/github/issues/benjaminwan/SwipeMenuLayout.svg)](https://github.com/benjaminwan/SwipeMenuLayout/issues)
[![Star](https://img.shields.io/github/stars/benjaminwan/SwipeMenuLayout.svg)](https://github.com/benjaminwan/SwipeMenuLayout)

## [English](./README.md) | [Chinese](./README_zh.md)
## [English](./README.md) | [Chinese](README.cn.md)

### Introduction
SwipeMenuLayout is an Android side-sliding menu widget.
Expand Down Expand Up @@ -36,7 +36,7 @@ repositories {
3. RecyclerView+Epoxy,dependency: All
```groovy
dependencies {
def swipe_version = "1.0.3"
def swipe_version = "1.0.5"
//Widget
implementation "com.github.benjaminwan.SwipeMenuLayout:SwipeMenuLayout-Core:$swipe_version"
//Adapter Helper
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext.compile_sdk_version = 30
ext.min_sdk_version = 21
ext.target_sdk_version = 30
ext.project_version_code = 5
ext.project_version_name = "1.0.3"
ext.project_version_code = 6
ext.project_version_name = "1.0.5"
repositories {
google()
jcenter()
Expand Down

0 comments on commit 6e3b950

Please sign in to comment.