Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberiaDante committed Jun 4, 2018
1 parent 57dc9d1 commit b354980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ compile 'com.github.SiberiaDante:AndroidUtilLib:***'
</table>

## [版本更新说明]
* v1.1.2(未发布)
* v1.1.2
* SDCashierInputFilter:格式化EditText金额输入规则
* SDFlowTagLayout:自适应的标签流式布局,适用于搜索历史、标签等
* v1.1.1
Expand Down Expand Up @@ -483,7 +483,3 @@ compile 'com.github.SiberiaDante:AndroidUtilLib:***'
* 增加SDLogUtil


## 关注我微信公众号:mumacode

![](https://github.com/SiberiaDante/AndroidUtilLib/blob/master/Documents/imgs/icon_qrcode.jpg)

4 changes: 2 additions & 2 deletions androidutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.midSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 111
versionName "1.1.1"
versionCode 112
versionName "1.1.2"

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

Expand Down

0 comments on commit b354980

Please sign in to comment.