Skip to content

Commit b7eecef

Browse files
committed
更新版本号
1 parent 9510a1e commit b7eecef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
####EditText的撤销和恢复撤销操作
55
#####使用
66
* 引入库
7-
* compile 'ren.qinc.edit:lib:0.0.4'
7+
* compile 'ren.qinc.edit:lib:0.0.5'
88
* 初始化
99

1010
```java

gradle/push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//参考http://www.jianshu.com/p/0ba8960f80a9
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
4-
version = "0.0.4"
4+
version = "0.0.5"
55

66
def siteUrl = 'https://github.com/qinci/AndroidEdit' // 项目的主页
77
def gitUrl = 'https://github.com/qinci/AndroidEdit.git' // Git仓库的url

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 9
88
targetSdkVersion 23
9-
versionCode 3
10-
versionName "1.3"
9+
versionCode 4
10+
versionName "1.4"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)