Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7293044 authored by Aayush Gupta's avatar Aayush Gupta Committed by Vincent Bourgmayer
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 11ac30d7
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6,12 +6,6 @@ def versionMinor = 0
def versionPatch = 0


def buildTime() {
    def df = new SimpleDateFormat("yy-MM-dd'T'HHmm") // you can change it
    df.setTimeZone(TimeZone.getTimeZone("UTC"))
    return df.format(new Date())
}

def getTestProp(String propName) {
    def result = ""
    if(project.hasProperty(propName)){