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

Commit f69663a4 authored by Andrew Zhao's avatar Andrew Zhao
Browse files

unjank the gradle file

parent a7b1671d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ int getMyVersionCode() {
        commandLine 'git', 'rev-list', '--count', "HEAD"
        standardOutput = stdout
    }
    return 80692101
    return Integer.parseInt(stdout.toString().trim())
}

android {