Skip to content

Commit

Permalink
see 11/28 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Nov 27, 2019
1 parent 93c0a76 commit b01e17e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
* `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.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/TaskDurationUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b01e17e

Please sign in to comment.