From 0fb0ffa4cc03c14828452168774198a7b3200c36 Mon Sep 17 00:00:00 2001 From: Eugene Susla Date: Mon, 29 Jul 2019 13:39:48 -0700 Subject: 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 --- tools/codegen/src/com/android/codegen/SharedConstants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/codegen/src') 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 -- cgit v1.2.3-59-g8ed1b