Skip to content

Commit 0992f20

Browse files
committed
修改相关bugs:
修复滑动出现混乱问题(不联动问题造成) 地址选择点击确定后下标越界问题(不联动问题造成) 增加可以设置dialog确认取消按钮位置(可以显示上面或下面) 更新最新demo apk 升级gradle
1 parent 80c6948 commit 0992f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
//2.3.3 jitpack 发布用的版本
99
classpath 'com.android.tools.build:gradle:2.3.3'
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)