Mirror of YTVanced/VancedMicroG
Go to file
KevinX8 e6d706456e
Merge pull request #170 from Oizaro/master
MicroG 0.2.23.220217
2022-01-31 12:57:15 +00:00
.github/workflows MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
LICENSES MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
gradle/wrapper MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
play-services-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-base Update Dependencies and SDK target to match Vanced 2022-01-31 12:49:59 +00:00
play-services-base-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-basement Cleanup 2022-01-31 00:31:49 +01:00
play-services-cast Cleanup 2022-01-31 00:31:49 +01:00
play-services-cast-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-cast-framework-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-core Update Dependencies and SDK target to match Vanced 2022-01-31 12:49:59 +00:00
play-services-core-proto MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
play-services-cronet-core Optimize imports 2022-01-28 01:15:01 +01:00
play-services-iid-api Optimize imports 2022-01-28 01:15:01 +01:00
play-services-location Cleanup 2022-01-31 00:31:49 +01:00
play-services-location-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-tasks Cleanup 2022-01-31 00:31:49 +01:00
.gitignore Update to latest upstream 2021-06-27 21:53:47 +02:00
Android.mk MicroG 0.2.23.220217 2022-01-28 00:47:01 +01: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 Update Dependencies and SDK target to match Vanced 2022-01-31 12:49:59 +00:00
gradle.properties increase heap size 2020-08-07 13:16:24 +03:00
gradlew MicroG 0.2.23.220217 2022-01-28 00:47:01 +01: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 MicroG 0.2.23.220217 2022-01-28 00:47:01 +01: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