diff --git a/extern/GmsApi b/extern/GmsApi index 417ec258..3d8fee7f 160000 --- a/extern/GmsApi +++ b/extern/GmsApi @@ -1 +1 @@ -Subproject commit 417ec2585f085c5a599e45aa9ee3b3df6239c628 +Subproject commit 3d8fee7fabcd9e7c5c46f3f1f44da6cf4db89a70 diff --git a/play-services-cast-api b/play-services-cast-api new file mode 120000 index 00000000..d74ee46e --- /dev/null +++ b/play-services-cast-api @@ -0,0 +1 @@ +extern/GmsApi/play-services-cast-api \ No newline at end of file diff --git a/play-services-common-api b/play-services-common-api new file mode 120000 index 00000000..c85558d0 --- /dev/null +++ b/play-services-common-api @@ -0,0 +1 @@ +extern/GmsApi/play-services-common-api/ \ No newline at end of file diff --git a/play-services-location-api b/play-services-location-api new file mode 120000 index 00000000..990e4285 --- /dev/null +++ b/play-services-location-api @@ -0,0 +1 @@ +extern/GmsApi/play-services-location-api/ \ No newline at end of file diff --git a/play-services-wearable-api b/play-services-wearable-api new file mode 120000 index 00000000..b8f16ab8 --- /dev/null +++ b/play-services-wearable-api @@ -0,0 +1 @@ +extern/GmsApi/play-services-wearable-api/ \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index dd82b93d..dd16f87f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,6 +7,11 @@ include ':unifiednlp-base' include ':unifiednlp-compat' include ':play-services-api' +include ':play-services-cast-api' +include ':play-services-common-api' +include ':play-services-location-api' +include ':play-services-wearable-api' + include ':play-services-core' include ':microg-ui-tools'