提交 480d917d 编写于 作者: B Blankj

see 03/04 log

上级 25e9e04b
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png [logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.12.6-brightgreen.svg [aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.13.0-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode [auc]: https://github.com/Blankj/AndroidUtilCode
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg [apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
...@@ -41,7 +41,7 @@ If this ptoject helps you a lot, and you would like to support this ptoject's fu ...@@ -41,7 +41,7 @@ If this ptoject helps you a lot, and you would like to support this ptoject's fu
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png [logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.12.6-brightgreen.svg [aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.13.0-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode [auc]: https://github.com/Blankj/AndroidUtilCode
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg [apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
...@@ -56,7 +56,7 @@ dependencies { ...@@ -56,7 +56,7 @@ dependencies {
// LeakCanary // LeakCanary
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakcanary_version" debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakcanary_version"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version" releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version"
// implementation 'com.blankj:utilcode:1.12.6' // implementation 'com.blankj:utilcode:1.13.0'
} }
...@@ -33,10 +33,10 @@ ext { ...@@ -33,10 +33,10 @@ ext {
compile_sdk_version = 26 compile_sdk_version = 26
build_tools_version = '26.0.0' build_tools_version = '26.0.0'
min_sdk_version = 14 min_sdk_version = 14
target_sdk_version = 23 target_sdk_version = 26
version_code = 1_012_006 version_code = 1_013_000
version_name = '1.12.6'// E.g 1.9.72 => 1,009,072 version_name = '1.13.0'// E.g 1.9.72 => 1,009,072
// App dependencies // App dependencies
support_version = '26.1.0' support_version = '26.1.0'
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gradle: Gradle:
```groovy ```groovy
compile 'com.blankj:utilcode:1.12.6' compile 'com.blankj:utilcode:1.13.0'
``` ```
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gradle: Gradle:
```groovy ```groovy
compile 'com.blankj:utilcode:1.12.6' compile 'com.blankj:utilcode:1.13.0'
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册