Skip to content

Commit

Permalink
优化:优化UIActionSheetDialog 导航栏控制逻辑 
Browse files Browse the repository at this point in the history
优化:新增NavigationViewHelper 设置假View DrawableTop属性
优化:调整RadiusView Drawable及TextColor、BackgroundColor、StrokeColor 设置逻辑
  • Loading branch information
AriesHoo authored and AriesHoo committed Jun 12, 2018
1 parent fe89ead commit f06dbf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.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
@@ -1,4 +1,4 @@
#Thu Mar 29 22:14:15 CST 2018
#Thu May 24 18:27:58 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion widget-alert/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ android {
archives javadocJar
}
dependencies {
implementation project(':widget-core')
api project(':widget-core')
}
}
2 changes: 1 addition & 1 deletion widget-collapsing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:'.concat(supportVersion)
compileOnly 'com.android.support:design:'.concat(supportVersion)
implementation project(':widget-core')
api project(':widget-core')
}

0 comments on commit f06dbf5

Please sign in to comment.