From 6e3b950bf08978cae430cb075dcab825b1cf8e02 Mon Sep 17 00:00:00 2001 From: benjaminwan Date: Fri, 19 Mar 2021 14:46:59 +0800 Subject: [PATCH] project_version_name: 1.0.3 -> 1.0.5 --- README_zh.md => README.cn.md | 4 ++-- README.md | 4 ++-- build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename README_zh.md => README.cn.md (98%) diff --git a/README_zh.md b/README.cn.md similarity index 98% rename from README_zh.md rename to README.cn.md index 05fada3..04b544e 100644 --- a/README_zh.md +++ b/README.cn.md @@ -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侧滑菜单控件。 @@ -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 diff --git a/README.md b/README.md index 4ab5c10..c291cde 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/build.gradle b/build.gradle index 8751b9d..fd97d7d 100644 --- a/build.gradle +++ b/build.gradle @@ -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()