Mirror of YTVanced/VancedMicroG
Go to file
KevinX8 2a4c73518b
Merge pull request #159 from GoldenRetro/master
Some updates
2021-09-11 21:19:30 +01:00
.github/workflows MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
LICENSES Major update to lib implementations 2020-07-26 12:01:03 +02:00
gradle/wrapper MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
play-services-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-base Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-base-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-basement Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-cast Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-cast-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-cast-framework-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-core Fix manifest provider 2021-09-11 21:34:52 +02:00
play-services-core-proto Update to latest upstream 2021-06-26 09:45:33 +02:00
play-services-cronet-core Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-iid-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-location Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-location-api Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
play-services-tasks Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
.gitignore Update to latest upstream 2021-06-27 21:53:47 +02:00
Android.mk Change the location of GmsCore apk 2018-05-30 10:03:52 +02:00
LICENSE Update sublibs, build tools, version code, google signature list and add LICENSE 2016-07-08 21:00:42 +02:00
README.md Fix badge 2020-12-24 22:48:15 +01:00
build.gradle MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
gradle.properties increase heap size 2020-08-07 13:16:24 +03:00
gradlew Update gradle wrapper 2020-08-31 19:55:43 -04:00
gradlew.bat Update gradle wrapper 2020-08-31 19:55:43 -04:00
proguard.flags resource cleanup, removed ndk options from gradle 2020-07-20 22:11:56 +04:00
settings.gradle Update to latest upstream 2021-06-27 21:53:47 +02:00

README.md

Vanced MicroG

Build Status Github All Releases Github All Releases

microG GmsCore is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available.

This fork tweaks MicroG to be usable by applications that require Google authentication such as Youtube Vanced.

Notable changes

  • No longer a system app
  • Package name changed from com.google.android.gms to com.mgoogle.android.gms to support installation alongside the official MicroG
  • Removed unnecessary features:
    • Ads
    • Analytics
    • Car
    • Droidguard
    • Exposure-Notifications
    • Feedback
    • Firebase
    • Games
    • Maps
    • Recovery
    • Registering app permissions
    • SafetyNet
    • Self-Check
    • Search
    • TapAndPay
    • Wallet
    • Wear-Api
  • Removed all permissions, as none are required for Google authentication