Skip to content

Commit b01e17e

Browse files
committed
see 11/28 log
1 parent 93c0a76 commit b01e17e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
* `19/11/28` [add] Publish v1.26.0.
2+
* `19/11/27` [add] Shadow demo.
3+
* `19/11/26` [add] MVP demo.
14
* `19/11/22` [fix] Adapt the project for Gradle version of 6.0.
25
* `19/10/30` [add] Publish bus plugin v2.3. Publish api plugin v1.1.
36
* `19/10/24` [upd] Demo's UI.
4-
* `19/10/22` [add] NotificationUtils.
7+
* `19/10/22` [add] NotificationUtils and demo.
58
* `19/10/20` [add] UiMessageUtils.
69
* `19/09/20` [add] ShadowUtils.
710
* `19/08/27` [add] DebugUtils.

buildSrc/src/main/groovy/Config.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Config {
1515
static minSdkVersion = 14
1616
static targetSdkVersion = 28
1717
static versionCode = 1_026_000
18-
static versionName = '1.26.0-alpha1'// E.g. 1.9.72 => 1,009,072
18+
static versionName = '1.26.0'// E.g. 1.9.72 => 1,009,072
1919

2020
// lib version
2121
static kotlin_version = '1.3.50'

buildSrc/src/main/groovy/TaskDurationUtils.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class TaskDurationUtils {
6969
sb.append(String.format("%7sms %s\n", it.exeDuration, it.task.path))
7070
}
7171
def content = sb.toString()
72-
// GLog.d(content)
72+
GLog.d(content)
7373
File file = new File(grd.rootProject.buildDir.getAbsolutePath(),
7474
"build_time_records_" + new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(new Date()) + ".txt")
7575
file.getParentFile().mkdirs()

0 commit comments

Comments
 (0)