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

Commit

Permalink
1、新增底部输入框处理方案
Browse files Browse the repository at this point in the history
2、调整检测不同手机系统版本工具类处理
  • Loading branch information
AriesHoo committed Aug 17, 2017
1 parent 1141251 commit e5ffca9
Show file tree
Hide file tree
Showing 4 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 @@ -39,7 +39,7 @@ allprojects {

```
dependencies {
// compile 'com.github.AriesHoo:TitleBarView:1.8.1'
// compile 'com.github.AriesHoo:TitleBarView:1.8.0'
compile 'com.github.AriesHoo:TitleBarView:${LATEST_VERSION}'
}
```
Expand Down
Binary file modified apk/sample.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.aries.titile"
minSdkVersion ext.minSdkVersion
targetSdkVersion ext.targetSdkVersion
versionCode 9
versionName "1.8.1"
versionCode 8
versionName "1.8.0"
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 @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 9
versionName "1.8.1"
versionCode 8
versionName "1.8.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand Down

0 comments on commit e5ffca9

Please sign in to comment.