Skip to content

Commit c6e7b98

Browse files
committed
v1.0.7
1 parent 25f29e2 commit c6e7b98

File tree

7 files changed

+10
-76
lines changed

7 files changed

+10
-76
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
>* [TitleLayout——通用万能标题栏]
99
>* [CustomDialog——通用万能Dialog]
1010
11-
[![](https://jitpack.io/v/SibreiaDante/SiberiaDanteLib.svg)](https://jitpack.io/#SibreiaDante/SiberiaDanteLib)
12-
1311
## gradle依赖方法
12+
[![](https://jitpack.io/v/SibreiaDante/SiberiaDanteLib.svg)](https://jitpack.io/#SibreiaDante/SiberiaDanteLib)
1413
```
1514
dependencies {
16-
compile 'com.github.SibreiaDante:SiberiaDanteLib:v1.0.2'
15+
compile 'com.github.SibreiaDante:SiberiaDanteLib:v1.0.7'
1716
}
1817
```
1918
## 使用说明

doc/About-Version-Update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## [版本更新说明]
2-
* v1.0.3
3-
* 增加CustomDialog
4-
* 增加LogUtil
5-
* 1.0.2
2+
* 1.0.7
3+
* 增加SDBitmapUtil
4+
* 增加SDCustomDialog
5+
* 增加SDLogUtil

siberiadante/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/build
2+

siberiadante/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 10
1111
targetSdkVersion 10
12-
versionCode 5
13-
versionName "1.0.5"
12+
versionCode 7
13+
versionName "1.0.7"
1414
consumerProguardFiles 'siberiadante-proguard-rules.pro'
1515
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}

siberiadante/src/main/java/com/siberiadante/lib/widget/SDTextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @Created SiberiaDante
5-
* @Describe:
5+
* @Describe: TextView
66
* @Time: 2017/9/21
77
* @UpDate:
88
* @Email: 994537867@qq.com

siberiadante/src/main/note/EveryDayBug.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

siberiadante/src/main/note/TitleBar.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)