Mirror of YTVanced/VancedMicroG
Go to file
Marvin W 0c8fd3f78e
Update gradle, build tools, deps
2018-01-01 21:26:26 +01:00
extern Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
gradle/wrapper Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-base Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-cast Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-gcm Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-iid Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-location Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-tasks Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
play-services-wearable Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
.gitignore Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
.gitmodules Update api 2015-03-14 22:21:35 +01:00
.travis.yml Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
LICENSE Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
README.md Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
build.gradle Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
gradlew Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
play-services-api Update api 2015-03-14 22:21:35 +01:00
play-services-basement Update lib for API changes, add support for wearable listening and sending messages 2016-08-14 10:29:03 +02:00
play-services-cast-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-cast-framework-api Fix missing api reference 2016-11-07 14:56:28 +01:00
play-services-iid-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-location-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-wearable-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
settings.gradle Fix missing api reference 2016-11-07 14:56:28 +01:00

README.md

GmsLib

This library is a compatibility implementation of the often used play-services library.

It will try to use the Play Services when installed on the target device. If this is not possible, a basic fallback implementation might be used.

WIP

This is still work in progress, and most applications will not build. However feel free to try it out and create issues for missing method calls (please include an application to test it).

Developer Notes

Replace all compile includes to com.google.android.gms with org.microg master-SNAPSHOT includes

sed -i 's/compile [\'"]com.google.android.gms:\([^:]*\):[^\']*[\'"]/compile \'org.microg:\1:master-SNAPSHOT\'/g' build.gradle