From 4c3c965644ea5b016723adbf800c1bbfc1a5da69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=9A=E6=9E=9C=E5=A3=B3?= <3257401950@qq.com> Date: Mon, 12 Apr 2021 16:04:49 +0800 Subject: [PATCH 1/2] TEST PUSH --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 074115e..92051d7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ First, add it in your root build.gradle at the end of repositories: + ```gradle allprojects { repositories { -- Gitee From 2122049f18655fac8f9a682aad2cbdf20c700f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=9A=E6=9E=9C=E5=A3=B3?= <3257401950@qq.com> Date: Mon, 12 Apr 2021 16:06:01 +0800 Subject: [PATCH 2/2] test push --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92051d7..de8bc3c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Material Design Stepper](https://material.io/guidelines/components/steppers.html) Widgets on Android (SDK 17+) -[Repo Wiki](https://github.com/fython/MaterialStepperView/wiki) [简体中文说明](./README-CN.md) +[Repo Wiki](https://github.com/fython/MaterialStepperView/wiki) [简体中文说明111](./README-CN.md) ## Import (Gradle) -- Gitee