File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
####EditText的撤销和恢复撤销操作
5
5
#####使用
6
6
* 引入库
7
- * compile 'ren.qinc.edit:lib:0.0.4 '
7
+ * compile 'ren.qinc.edit:lib:0.0.5 '
8
8
* 初始化
9
9
10
10
``` java
Original file line number Diff line number Diff line change 1
1
// 参考http://www.jianshu.com/p/0ba8960f80a9
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
- version = " 0.0.4 "
4
+ version = " 0.0.5 "
5
5
6
6
def siteUrl = ' https://github.com/qinci/AndroidEdit' // 项目的主页
7
7
def gitUrl = ' https://github.com/qinci/AndroidEdit.git' // Git仓库的url
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
defaultConfig {
7
7
minSdkVersion 9
8
8
targetSdkVersion 23
9
- versionCode 3
10
- versionName " 1.3 "
9
+ versionCode 4
10
+ versionName " 1.4 "
11
11
}
12
12
buildTypes {
13
13
release {
You can’t perform that action at this time.
0 commit comments