Skip to content

Commit

Permalink
add some custom dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
leguang committed Oct 24, 2017
1 parent eecd5f1 commit 3fe0cc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ADialog是一个简单易用的构建Dialog和DialogFragment的工具,可以
```
dependencies {
//一个扩展性很好的Dialog+DialogFragment工具。
  compile 'com.github.leguang:ADialog:1.7'
  compile 'com.github.leguang:ADialog:1.9'
}
```
此时同步一下,即已完成引入。
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "cn.itsite.adialog.demo"
minSdkVersion 17
targetSdkVersion 25
versionCode 18
versionName "1.8"
versionCode 19
versionName "1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 25
versionCode 18
versionName "1.8"
versionCode 19
versionName "1.9"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 3fe0cc8

Please sign in to comment.