提交 b01e17e3 编写于 作者: B Blankj

see 11/28 log

上级 93c0a760
* `19/11/28` [add] Publish v1.26.0.
* `19/11/27` [add] Shadow demo.
* `19/11/26` [add] MVP demo.
* `19/11/22` [fix] Adapt the project for Gradle version of 6.0.
* `19/10/30` [add] Publish bus plugin v2.3. Publish api plugin v1.1.
* `19/10/24` [upd] Demo's UI.
* `19/10/22` [add] NotificationUtils.
* `19/10/22` [add] NotificationUtils and demo.
* `19/10/20` [add] UiMessageUtils.
* `19/09/20` [add] ShadowUtils.
* `19/08/27` [add] DebugUtils.
......
......@@ -15,7 +15,7 @@ class Config {
static minSdkVersion = 14
static targetSdkVersion = 28
static versionCode = 1_026_000
static versionName = '1.26.0-alpha1'// E.g. 1.9.72 => 1,009,072
static versionName = '1.26.0'// E.g. 1.9.72 => 1,009,072
// lib version
static kotlin_version = '1.3.50'
......
......@@ -69,7 +69,7 @@ class TaskDurationUtils {
sb.append(String.format("%7sms %s\n", it.exeDuration, it.task.path))
}
def content = sb.toString()
// GLog.d(content)
GLog.d(content)
File file = new File(grd.rootProject.buildDir.getAbsolutePath(),
"build_time_records_" + new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(new Date()) + ".txt")
file.getParentFile().mkdirs()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册