Skip to content

Commit

Permalink
修改相关bugs:
Browse files Browse the repository at this point in the history
修复滑动出现混乱问题(不联动问题造成)
地址选择点击确定后下标越界问题(不联动问题造成)
增加可以设置dialog确认取消按钮位置(可以显示上面或下面)
更新最新demo apk
升级gradle
  • Loading branch information
addappcn committed Mar 21, 2018
1 parent 48f70b6 commit 1842242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
//2.3.3 jitpack 发布用的版本
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
#jitpack ·¢²¼Óõİ汾 gradle-3.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip

0 comments on commit 1842242

Please sign in to comment.