diff --git a/extern/GmsApi b/extern/GmsApi index aa18e807..851e4434 160000 --- a/extern/GmsApi +++ b/extern/GmsApi @@ -1 +1 @@ -Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b +Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5 diff --git a/play-services-core/build.gradle b/play-services-core/build.gradle index cc80ee73..939d8e2d 100644 --- a/play-services-core/build.gradle +++ b/play-services-core/build.gradle @@ -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"))