Skip to content

Commit

Permalink
1.new added method cancelText for ActionSheetDialog
Browse files Browse the repository at this point in the history
2.fix bug method setCanceledOnTouchOutside() sometime invalid
3.change code style
  • Loading branch information
H07000223 committed Dec 19, 2015
1 parent 8f1e884 commit c47311e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed FlycoDialogSamples.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions FlycoDialog_Lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'com.android.library'
//apply plugin: 'com.jfrog.bintray'

// 这个version是区分library版本的,因此当我们需要更新library时记得修改这个version
version = "1.1.6"
version = "1.1.8"
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
resourcePrefix "FlycoDialog_" //这个随便填
defaultConfig {
minSdkVersion 8
targetSdkVersion 22
versionCode 116
versionCode 118
versionName version
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
compile project(':FlycoDialog_Lib')

// compile 'com.flyco.dialog:FlycoDialog_Lib:1.1.0@aar'
// compile 'com.flyco.dialog:FlycoDialog_Lib:1.1.8@aar'
// compile 'com.flyco.animation:FlycoAnimation_Lib:1.0.0@aar'
// compile 'com.nineoldandroids:library:2.4.0'
}

0 comments on commit c47311e

Please sign in to comment.