Commit 26eb299a authored by Lucio Maciel's avatar Lucio Maciel

Remove BUILD_TIME from build.gradle

parent 03f62928
......@@ -23,7 +23,6 @@ android {
def gitSha = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
def buildTime = new GregorianCalendar().format("MM-dd-yyyy' 'h:mm:ss a z")
buildConfigField "String", "GIT_SHA", "\"${gitSha}\""
buildConfigField "String", "BUILD_TIME", "\"${buildTime}\""
javaCompileOptions {
annotationProcessorOptions {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment