Bump version to 16.0.89

This commit is contained in:
Marvin W 2019-03-11 15:26:19 +01:00
parent 5875ab752b
commit c927f1a86a
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 3 additions and 3 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b
Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2015 microG Project Team
* Copyright 2013-2019 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -48,7 +48,7 @@ def execResult(...args) {
return stdout.toString().trim()
}
def gmsVersion = "13.2.80"
def gmsVersion = "16.0.89"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def gitVersionBase = execResult('git', 'describe', '--tags', '--abbrev=0', '--match=v[0-9]*').substring(1)
def gitCommitCount = Integer.parseInt(execResult('git', 'rev-list', '--count', "v$gitVersionBase..HEAD"))