Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit e5ffca9

Browse files
committed
1、新增底部输入框处理方案
2、调整检测不同手机系统版本工具类处理
1 parent 1141251 commit e5ffca9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939

4040
```
4141
dependencies {
42-
// compile 'com.github.AriesHoo:TitleBarView:1.8.1'
42+
// compile 'com.github.AriesHoo:TitleBarView:1.8.0'
4343
compile 'com.github.AriesHoo:TitleBarView:${LATEST_VERSION}'
4444
}
4545
```

apk/sample.apk

10 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.aries.titile"
1010
minSdkVersion ext.minSdkVersion
1111
targetSdkVersion ext.targetSdkVersion
12-
versionCode 9
13-
versionName "1.8.1"
12+
versionCode 8
13+
versionName "1.8.0"
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
1616
buildTypes {

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 11
1010
targetSdkVersion 25
11-
versionCode 9
12-
versionName "1.8.1"
11+
versionCode 8
12+
versionName "1.8.0"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414

1515
}

0 commit comments

Comments
 (0)