Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberiaDante committed Sep 25, 2017
1 parent 25f29e2 commit c6e7b98
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 76 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
>* [TitleLayout——通用万能标题栏]
>* [CustomDialog——通用万能Dialog]
[![](https://jitpack.io/v/SibreiaDante/SiberiaDanteLib.svg)](https://jitpack.io/#SibreiaDante/SiberiaDanteLib)

## gradle依赖方法
[![](https://jitpack.io/v/SibreiaDante/SiberiaDanteLib.svg)](https://jitpack.io/#SibreiaDante/SiberiaDanteLib)
```
dependencies {
compile 'com.github.SibreiaDante:SiberiaDanteLib:v1.0.2'
compile 'com.github.SibreiaDante:SiberiaDanteLib:v1.0.7'
}
```
## 使用说明
Expand Down
8 changes: 4 additions & 4 deletions doc/About-Version-Update.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [版本更新说明]
* v1.0.3
* 增加CustomDialog
* 增加LogUtil
* 1.0.2
* 1.0.7
* 增加SDBitmapUtil
* 增加SDCustomDialog
* 增加SDLogUtil
1 change: 1 addition & 0 deletions siberiadante/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build

4 changes: 2 additions & 2 deletions siberiadante/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 10
versionCode 5
versionName "1.0.5"
versionCode 7
versionName "1.0.7"
consumerProguardFiles 'siberiadante-proguard-rules.pro'
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Created SiberiaDante
* @Describe:
* @Describe: TextView
* @Time: 2017/9/21
* @UpDate:
* @Email: 994537867@qq.com
Expand Down
2 changes: 0 additions & 2 deletions siberiadante/src/main/note/EveryDayBug.md

This file was deleted.

64 changes: 0 additions & 64 deletions siberiadante/src/main/note/TitleBar.md

This file was deleted.

0 comments on commit c6e7b98

Please sign in to comment.