Loading GmsApi @ 851e4434 Compare aa18e807 to 851e4434 Original line number Diff line number Diff line Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5 play-services-core/build.gradle +2 −2 Original line number Diff line number Diff line /* * 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. Loading Loading @@ -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")) Loading Loading
GmsApi @ 851e4434 Compare aa18e807 to 851e4434 Original line number Diff line number Diff line Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5
play-services-core/build.gradle +2 −2 Original line number Diff line number Diff line /* * 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. Loading Loading @@ -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")) Loading