File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ compile 'com.github.SiberiaDante:AndroidUtilLib:***'
455
455
</table >
456
456
457
457
## [ 版本更新说明]
458
- * v1.1.2(未发布)
458
+ * v1.1.2
459
459
* SDCashierInputFilter:格式化EditText金额输入规则
460
460
* SDFlowTagLayout:自适应的标签流式布局,适用于搜索历史、标签等
461
461
* v1.1.1
@@ -483,7 +483,3 @@ compile 'com.github.SiberiaDante:AndroidUtilLib:***'
483
483
* 增加SDLogUtil
484
484
485
485
486
- ## 关注我微信公众号:mumacode
487
-
488
- ![ ] ( https://github.com/SiberiaDante/AndroidUtilLib/blob/master/Documents/imgs/icon_qrcode.jpg )
489
-
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
defaultConfig {
7
7
minSdkVersion rootProject. ext. midSdkVersion
8
8
targetSdkVersion rootProject. ext. targetSdkVersion
9
- versionCode 111
10
- versionName " 1.1.1 "
9
+ versionCode 112
10
+ versionName " 1.1.2 "
11
11
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
You can’t perform that action at this time.
0 commit comments