diff options
author | Eugene Susla <eugenesusla@google.com> | 2019-07-29 13:39:48 -0700 |
---|---|---|
committer | Eugene Susla <eugenesusla@google.com> | 2019-07-29 14:57:01 -0700 |
commit | 0fb0ffa4cc03c14828452168774198a7b3200c36 (patch) | |
tree | 53c7f31da46805a17d6404baac49ee1bc608c5ae /tools/codegen/src | |
parent | 6af3becd0f4c286d2782240f4e46b27fb5113a6a (diff) |
Auto-build/update codegen
Test: 1. Manually enter version/presence of build artifact,
and ensure `codegen FILENAME` still works
2. run codegen again without altering version, ensure no build triggered
Change-Id: I6f1dba0a476077c708bbea8ef558445107e5ad97
Diffstat (limited to 'tools/codegen/src')
-rw-r--r-- | tools/codegen/src/com/android/codegen/SharedConstants.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen/src/com/android/codegen/SharedConstants.kt b/tools/codegen/src/com/android/codegen/SharedConstants.kt index 41641f6dab47..175eea6ef0d0 100644 --- a/tools/codegen/src/com/android/codegen/SharedConstants.kt +++ b/tools/codegen/src/com/android/codegen/SharedConstants.kt @@ -1,4 +1,4 @@ package com.android.codegen const val CODEGEN_NAME = "codegen" -const val CODEGEN_VERSION = "0.0.1"
\ No newline at end of file +const val CODEGEN_VERSION = "1.0.0"
\ No newline at end of file |